Bitwig Studio Control Surface API  5.0.11
ColorValue Interface Reference
+ Inheritance diagram for ColorValue:

Public Member Functions

float red ()
 
float green ()
 
float blue ()
 
float alpha ()
 
default Color get ()
 
- Public Member Functions inherited from Value< ColorValueChangedCallback >
void markInterested ()
 
void addValueObserver (ObserverType callback)
 

Member Function Documentation

◆ alpha()

float alpha ( )

Gets the alpha component of the current value.

Since
API version 5

◆ blue()

float blue ( )

Gets the blue component of the current value.

Since
API version 2

◆ green()

float green ( )

Gets the green component of the current value.

Since
API version 2

◆ red()

float red ( )

Gets the red component of the current value.

Since
API version 2

The documentation for this interface was generated from the following file: