|
Public Member Functions |
| | Color3f () |
| | Color3f (const Vec3f vec3f) |
| | Color3f (const float rgb[3]) |
| | Color3f (float r, float g, float b) |
| Color3f & | setHSVValue (float h, float s, float v) |
| Color3f & | setHSVValue (const float hsv[3]) |
| void | getHSVValue (float &h, float &s, float &v) const |
| void | getHSVValue (float hsv[3]) const |
Static Public Member Functions |
| static void | create (Args &args, int32_t nargs) |
| static void | getHSVValue (float *hsv, const float *rgb) |
| static void | interpolate (float t, float *v, const float *c1, const float *c2) |