|
iPlug2 - C++ Audio Plug-in Framework
|
This is the complete list of members for IColor, including all inherited members.
| A (defined in IColor) | IColor | |
| B (defined in IColor) | IColor | |
| Clamp() | IColor | inline |
| Contrast(float c) | IColor | inline |
| Empty() const | IColor | inline |
| FromColorCode(int colorCode, int A=0xFF) | IColor | inlinestatic |
| FromColorCodeStr(const char *hexStr) | IColor | inlinestatic |
| FromHSLA(float h, float s, float l, float a=1.f) | IColor | inlinestatic |
| FromRGBAf(float *rgbaf) | IColor | inlinestatic |
| FromRGBf(float *rgbf) | IColor | inlinestatic |
| G (defined in IColor) | IColor | |
| GetHSLA(float &h, float &s, float &l, float &a) const | IColor | inline |
| GetLuminosity() const | IColor | inline |
| GetRandomColor(bool randomAlpha=false) | IColor | inlinestatic |
| GetRGBAf(float *rgbaf) const | IColor | inline |
| GetRGBf(float *rgbf) const | IColor | inline |
| IColor(int a=255, int r=0, int g=0, int b=0) | IColor | inline |
| LinearInterpolateBetween(const IColor &start, const IColor &dest, float progress) | IColor | inlinestatic |
| operator!=(const IColor &rhs) (defined in IColor) | IColor | inline |
| operator==(const IColor &rhs) (defined in IColor) | IColor | inline |
| R (defined in IColor) | IColor | |
| Randomise(int alpha=255) | IColor | inline |
| Set(int a=255, int r=0, int g=0, int b=0) | IColor | inline |
| SetOpacity(float alpha) | IColor | inline |
| ToColorCode() const | IColor | inline |
| ToColorCodeStr(WDL_String &str, bool withAlpha=true) const | IColor | inline |
| WithContrast(float c) const | IColor | inline |
| WithOpacity(float alpha) const | IColor | inline |