Package com.bitwig.extension.callback
Interface ColorValueChangedCallback
- All Superinterfaces:
Callback,ValueChangedCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalueChanged(float red, float green, float blue) As alpha component was introduced after this interface was released, the alpha component is not part of the parameter and would have to be checked manually.
-
Method Details
-
valueChanged
void valueChanged(float red, float green, float blue) As alpha component was introduced after this interface was released, the alpha component is not part of the parameter and would have to be checked manually.
-