• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

color depth questions

Maverick2002

Diamond Member
what is 32-bit and 16-bit color?

I know 8-bit = 256 colors
24-bit = 256 colors per each channel in RGB = 16.7 mill

I'm guessing 32-bit is 24-bit + 256 b/w tones? is this right? what is 16?
 
depends, it is often
(a) really 24-bit just stored in 32-bit chunks to better fit how CPUs access memory
(b) RGBA where A = alpha channel = transparency / opaqueness (for layering)
 
Back
Top