Structure BMM_Color_32

3DS Max Plug-In SDK

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;