#include <H3DTypes.h>
Public Member Functions | |
| RGB () | |
| Constructor. | |
| RGB (H3DFloat _r, H3DFloat _g, H3DFloat _b) | |
| Constructor. | |
| Vec3f | toHSV () const |
| Returns a HSV color scheme representation of the RGB color. | |
| void | fromHSV (const Vec3f &hsv) |
| Sets the RGB from a HSV color scheme representation. | |
Public Attributes | |
| H3DFloat | r |
| H3DFloat | g |
| H3DFloat | b |
1.4.5