which one would you use to draw stuff on a winform? Format32bppRgb or Format24bppRgb or something el
Posted
by Fredou
on Stack Overflow
See other posts from Stack Overflow
or by Fredou
Published on 2008-11-27T13:17:20Z
Indexed on
2010/05/26
13:01 UTC
Read the original article
Hit count: 304
Format24bppRgb
Specifies that the format is 24 bits per pixel; 8 bits each are used for the red, green, and blue components.
Format32bppRgb
Specifies that the format is 32 bits per pixel; 8 bits each are used for the red, green, and blue components. The remaining 8 bits are not used.
© Stack Overflow or respective owner