Interface SettableColorValue
- All Superinterfaces:
ColorValue,Subscribable,Supplier<Color>,Value<ColorValueChangedCallback>
-
Method Summary
Methods inherited from interface com.bitwig.extension.controller.api.ColorValue
alpha, blue, get, green, redMethods inherited from interface com.bitwig.extension.controller.api.Subscribable
isSubscribed, setIsSubscribed, subscribe, unsubscribeMethods inherited from interface com.bitwig.extension.controller.api.Value
addValueObserver, markInterested
-
Method Details
-
set
void set(float red, float green, float blue) Sets the internal value.- Since:
- API version 2
-
set
void set(float red, float green, float blue, float alpha) Sets the internal value.- Since:
- API version 5
-
set
Sets the color.- Since:
- API version 11
-