-
Method Summary
float
Gets the alpha component of the current value.
float
Gets the blue component of the current value.
float
Gets the green component of the current value.
float
Gets the red component of the current value.
-
Method Details
-
red
float red()
Gets the red component of the current value.
- Since:
- API version 2
-
green
float green()
Gets the green component of the current value.
- Since:
- API version 2
-
blue
float blue()
Gets the blue component of the current value.
- Since:
- API version 2
-
alpha
float alpha()
Gets the alpha component of the current value.
- Since:
- API version 5
-