#include <color.h>
Public Member Functions | |
| ColorF (float R=0.0, float G=0.0, float B=0.0) | |
| ColorF & | operator= (const ColorF &a) |
Public Attributes | |
| float | r |
| float | g |
| float | b |
Defines a class containing the RGB component of a color pixel. Each component is defined with a float valid in the range $[0..1]$.
1.3.4