iPlug2 - C++ Audio Plug-in Framework
|
Contains a set of 9 colors used to theme IVControls. More...
#include <IGraphicsStructs.h>
Public Member Functions | |
const IColor & | GetColor (EVColor color) const |
IVColorSpec () | |
Create a new IVColorSpec object with default colors. | |
IVColorSpec (const std::initializer_list< IColor > &colors) | |
Create a new IVColorSpec object specifying the colors. More... | |
void | ResetColors () |
Reset the colors to the defaults. | |
Static Public Member Functions | |
static const IColor & | GetDefaultColor (EVColor idx) |
Public Attributes | |
IColor | mColors [kNumVColors] |
Contains a set of 9 colors used to theme IVControls.
Definition at line 2400 of file IGraphicsStructs.h.
|
inline |
Create a new IVColorSpec object specifying the colors.
colors | Initializer list of IColors |
Definition at line 2437 of file IGraphicsStructs.h.
|
inline |
Definition at line 2405 of file IGraphicsStructs.h.
|
inlinestatic |
Definition at line 2411 of file IGraphicsStructs.h.