Title here
Summary here
The cer::Color
structure represents a floating-point RGBA color, with its components being
within the range [0.0 .. 1.0]
.
cerlib provides a set of predefined colors for your convenience, such as white, black, red etc.
These colors can be accessed simply by their names, e.g. cer::white
and cer::black
.