|
Control Surface API
2.2.2
|

Public Member Functions | |
| float | red () |
| float | green () |
| float | blue () |
| float | alpha () |
Public Member Functions inherited from Value< ColorValueChangedCallback > | |
| void | markInterested () |
| void | addValueObserver (ObserverType callback) |
Definition at line 5 of file ColorValue.java.
| float alpha | ( | ) |
Gets the alpha component of the current value.
| float blue | ( | ) |
Gets the blue component of the current value.
| float green | ( | ) |
Gets the green component of the current value.
| float red | ( | ) |
Gets the red component of the current value.