Hacker News new | ask | show | jobs
by hyperrail 1469 days ago
The X byte of 32-bit color is nowadays used as the alpha channel (brightness), and is usually called A. But I'm not sure if Windows 95 supported alpha channels for display.
2 comments

DirectDraw and Direct3D run on Windows 95 and both use alpha, so it's possible they could do something with it, but they also might just emulate it. It's been 27 years since I was writing video games for Windows 95 :p
9x GDI doesn't support the alpha functions that are in NT GDI, possibly due to memory constraints.
Win 9x family never did. Win NT family does