iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
IColor Member List

This is the complete list of members for IColor, including all inherited members.

A (defined in IColor)IColor
B (defined in IColor)IColor
Clamp()IColorinline
Contrast(float c)IColorinline
Empty() constIColorinline
FromColorCode(int colorCode, int A=0xFF)IColorinlinestatic
FromColorCodeStr(const char *hexStr)IColorinlinestatic
FromHSLA(float h, float s, float l, float a=1.f)IColorinlinestatic
FromRGBAf(float *rgbaf)IColorinlinestatic
FromRGBf(float *rgbf)IColorinlinestatic
G (defined in IColor)IColor
GetHSLA(float &h, float &s, float &l, float &a) constIColorinline
GetLuminosity() constIColorinline
GetRandomColor(bool randomAlpha=false)IColorinlinestatic
GetRGBAf(float *rgbaf) constIColorinline
GetRGBf(float *rgbf) constIColorinline
IColor(int a=255, int r=0, int g=0, int b=0)IColorinline
LinearInterpolateBetween(const IColor &start, const IColor &dest, float progress)IColorinlinestatic
operator!=(const IColor &rhs) (defined in IColor)IColorinline
operator==(const IColor &rhs) (defined in IColor)IColorinline
R (defined in IColor)IColor
Randomise(int alpha=255)IColorinline
Set(int a=255, int r=0, int g=0, int b=0)IColorinline
SetOpacity(float alpha)IColorinline
ToColorCode() constIColorinline
ToColorCodeStr(WDL_String &str, bool withAlpha=true) constIColorinline
WithContrast(float c) constIColorinline
WithOpacity(float alpha) constIColorinline