Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
void | set (float red, float green, float blue) |
void | set (float red, float green, float blue, float alpha) |
void | set (Color color) |
![]() | |
float | red () |
float | green () |
float | blue () |
float | alpha () |
default Color | get () |
![]() | |
void | markInterested () |
void | addValueObserver (ObserverType callback) |
void set | ( | Color | color | ) |
Sets the color.
void set | ( | float | red, |
float | green, | ||
float | blue | ||
) |
Sets the internal value.
void set | ( | float | red, |
float | green, | ||
float | blue, | ||
float | alpha | ||
) |
Sets the internal value.