Rhino C++ API
8.14
|
This is the complete list of members for ON_4fColor, including all inherited members.
Alpha(void) const | ON_4fColor | |
BlendTo(float t, const ON_4fColor &col, bool clampAlpha=false) | ON_4fColor | |
Blue(void) const | ON_4fColor | |
Compare(const ON_4fColor &other) const | ON_4fColor | |
FloatArray(void) | ON_4fColor | |
FloatArray(void) const | ON_4fColor | |
Green(void) const | ON_4fColor | |
IsValid(class ON_TextLog *text_log=nullptr) const | ON_4fColor | |
ON_4fColor() | ON_4fColor | |
ON_4fColor(int r, int g, int b, int a) | ON_4fColor | |
ON_4fColor(float r, float g, float b, float a) | ON_4fColor | |
ON_4fColor(const ON_4fColor &)=default | ON_4fColor | |
ON_4fColor(const ON_Color &) | ON_4fColor | |
operator ON_Color(void) const | ON_4fColor | |
operator!=(const ON_4fColor &) | ON_4fColor | |
operator=(const ON_4fColor &)=default | ON_4fColor | |
operator=(const ON_Color &) | ON_4fColor | |
operator==(const ON_4fColor &) | ON_4fColor | |
Red(void) const | ON_4fColor | |
SetAlpha(float a) | ON_4fColor | |
SetBlue(float b) | ON_4fColor | |
SetGreen(float g) | ON_4fColor | |
SetRed(float r) | ON_4fColor | |
SetRGBA(float r, float g, float b, float a) | ON_4fColor | |
Unset | ON_4fColor | static |
~ON_4fColor()=default | ON_4fColor |