#include <MSPUBTypes.h>
Public Member Functions | |
| Color () | |
| Color (unsigned char red, unsigned char green, unsigned char blue) | |
Public Attributes | |
| unsigned char | r |
| unsigned char | g |
| unsigned char | b |
| libmspub::Color::Color | ( | ) | [inline] |
| libmspub::Color::Color | ( | unsigned char | red, |
| unsigned char | green, | ||
| unsigned char | blue | ||
| ) | [inline] |
| unsigned char libmspub::Color::b |
| unsigned char libmspub::Color::g |
| unsigned char libmspub::Color::r |