Detailed Description
Color classes.
#include "cyCore.h"
Classes | |
class | Color |
RGB color class with 3 float components. More... | |
class | ColorA |
RGBA color class with 4 float components. More... | |
class | Color24 |
24-bit RGB color class with 3 unsigned byte components More... | |
class | Color32 |
32-bit RGBA color class with 4 unsigned byte components More... | |
Typedefs | |
typedef cy::Color | cyColor |
RGB color class with 3 float components. | |
typedef cy::ColorA | cyColorA |
RGBA color class with 4 float components. | |
typedef cy::Color24 | cyColor24 |
24-bit RGB color class with 3 unsigned byte components | |
typedef cy::Color32 | cyColor32 |
32-bit RGBA color class with 4 unsigned byte components | |