Four component Color structure. More...
#include <Common.h>
Public Member Functions | |
| Color4ub (Uchar r, Uchar g, Uchar b, Uchar a=255) | |
Public Attributes | |
| Uchar | r |
| Uchar | g |
| Uchar | b |
| Uchar | a |
Four component Color structure.
Stores a four component color as unsigned bytes. Valid values are 0 - 255.
1.7.1