#include <ArDrawingData.h>
Public Member Functions | |
| ArColor () | |
| Constructor. | |
| ArColor (unsigned char red, unsigned char green, unsigned char blue) | |
| Constructor (colors use full range of 0-255). | |
| ArTypes::Byte4 | colorToByte4 (void) |
| Gets the color in a byte 4 for putting into a buffer. | |
| unsigned char | getBlue (void) |
| Gets the blue value (uses full range of 0-255). | |
| unsigned char | getGreen (void) |
| Gets the green value (uses full range of 0-255). | |
| unsigned char | getRed (void) |
| Gets the red value (uses full range of 0-255). | |
| virtual | ~ArColor () |
| Destructor. | |
Protected Attributes | |
| unsigned char | myBlue |
| unsigned char | myGreen |
| unsigned char | myRed |
Definition at line 34 of file ArDrawingData.h.
1.4.0