Control Surface API  2.2.2
ColorValue Interface Reference
Inheritance diagram for ColorValue:

Public Member Functions

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

Detailed Description

Definition at line 5 of file ColorValue.java.

Member Function Documentation

float alpha ( )

Gets the alpha component of the current value.

Since
API version 4
float blue ( )

Gets the blue component of the current value.

Since
API version 2
float green ( )

Gets the green component of the current value.

Since
API version 2
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: