Structure BMM_Color_24
See Also: Class Bitmap, Class BitmapStorage, Class BitmapManager.
typedef struct {
BYTE r,g,b;
24 bit color: 8 bits each for Red, Green, and Blue.
} BMM_Color_24;
Structure BMM_Color_24
See Also: Class Bitmap, Class BitmapStorage, Class BitmapManager.
typedef struct {
BYTE r,g,b;
24 bit color: 8 bits each for Red, Green, and Blue.
} BMM_Color_24;