|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for SettableColorValue: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) |
Public Member Functions inherited from ColorValue | |
| float | red () |
| float | green () |
| float | blue () |
| float | alpha () |
| default Color | get () |
Public Member Functions inherited from Value< ColorValueChangedCallback > | |
| void | markInterested () |
| void | addValueObserver (ObserverType callback) |
Definition at line 6 of file SettableColorValue.java.
| 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.
| void set | ( | Color | color | ) |
Sets the color.