Bitwig Studio Control Surface API  5.0.11
SettableColorValue Interface Reference
+ 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)
 

Member Function Documentation

◆ set() [1/3]

void set ( Color  color)

Sets the color.

Since
API version 11

◆ set() [2/3]

void set ( float  red,
float  green,
float  blue 
)

Sets the internal value.

Since
API version 2

◆ set() [3/3]

void set ( float  red,
float  green,
float  blue,
float  alpha 
)

Sets the internal value.

Since
API version 5

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