#include <CATColor.h>
Alpha channel - 255 is opaque, 0 is transparent.
Definition at line 39 of file CATColor.h.
Public Member Functions | |
CATColor () | |
Basic constructor initializes to opaque black. | |
CATColor (CATUInt8 red, CATUInt8 green, CATUInt8 blue, CATUInt8 alpha=255) | |
~CATColor () | |
Color destructor. | |
CATUInt8 | Intensity () const |