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