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.
};
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.
};