getHSVValue(float &h, float &s, float &v) const | SbColor4f | |
getHSVValue(float hsv[3]) const | SbColor4f | |
getPackedValue() const | SbColor4f | |
getRGB(SbColor &color) | SbColor4f | |
getValue() const | SbColor4f | |
getValue(float &r, float &g, float &b, float &a) | SbColor4f | |
operator *(const SbColor4f &c, const float d) | SbColor4f | [friend] |
operator *(const float d, const SbColor4f &c) | SbColor4f | [friend] |
operator *=(const float d) | SbColor4f | |
operator!=(const SbColor4f &v1, const SbColor4f &v2) | SbColor4f | [friend] |
operator+(const SbColor4f &v1, const SbColor4f &v2) | SbColor4f | [friend] |
operator+=(const SbColor4f &c) | SbColor4f | |
operator-(const SbColor4f &v1, const SbColor4f &v2) | SbColor4f | [friend] |
operator-=(const SbColor4f &c) | SbColor4f | |
operator/(const SbColor4f &c, const float d) | SbColor4f | [friend] |
operator/=(const float d) | SbColor4f | |
operator==(const SbColor4f &v1, const SbColor4f &v2) | SbColor4f | [friend] |
operator[](const int idx) const | SbColor4f | |
operator[](const int idx) | SbColor4f | |
SbColor4f(void) | SbColor4f | |
SbColor4f(const SbColor &rgb, const float alpha) | SbColor4f | |
SbColor4f(const SbVec4f &v) | SbColor4f | |
SbColor4f(const float *const rgba) | SbColor4f | |
SbColor4f(const float r, const float g, const float b, const float a=1.0f) | SbColor4f | |
setHSVValue(float h, float s, float v, float a=1.0f) | SbColor4f | |
setHSVValue(const float hsv[3], float alpha=1.0f) | SbColor4f | |
setPackedValue(const uint32_t rgba) | SbColor4f | |
setRGB(const SbColor &col) | SbColor4f | |
setValue(const float r, const float g, const float b, const float a=1.0f) | SbColor4f | |
setValue(const float col[4]) | SbColor4f | |