#include <MSPUBTypes.h>
List of all members.
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 |
Constructor & Destructor Documentation
libmspub::Color::Color |
( |
| ) |
|
|
inline |
libmspub::Color::Color |
( |
unsigned char |
red, |
|
|
unsigned char |
green, |
|
|
unsigned char |
blue |
|
) |
| |
|
inline |
Member Data Documentation
unsigned char libmspub::Color::b |
unsigned char libmspub::Color::g |
unsigned char libmspub::Color::r |
The documentation for this struct was generated from the following file: