Structure Color48

3DS Max Plug-In SDK

Structure Color48

See Also: Class Structure Color24, Structure Color64.

Note: typedef unsigned short USHORT;

struct Color48 {

 UWORD r,g,b;

 16 bits for each of the Red, Green and Blue components.

 };