Methods from class SbColor:
SbColor(const float rgb[3])
SbColor(float r, float g, float b)
SbColor & setHSVValue(float h, float s, float v)
SbColor & setHSVValue(const float hsv[3])
void getHSVValue(float &h, float &s, float &v) const
void getHSVValue(float hsv[3]) const
SbColor & setPackedValue(uint32_t rgba, float& transparency)
uint32_t getPackedValue(float transparency = 0.0) const
const float * getValue() const
void getValue(float &x, float &y, float &z) const
SbVec3f & setValue(const float v[3])
SbVec3f & setValue(float x, float y, float z)
float & operator [](int i)
const float & operator [](int i)