Structure Color24
From 3DS Max Plug-In SDK
Structure Color24
See Also: Structure Color48, Structure Color64.
Note: typedef uchar UBYTE;
struct Color24 {
uchar r,g,b;
8 bits for each of the Red, Green and Blue components.
};
From 3DS Max Plug-In SDK
Structure Color24
See Also: Structure Color48, Structure Color64.
Note: typedef uchar UBYTE;
struct Color24 {
uchar r,g,b;
8 bits for each of the Red, Green and Blue components.
};