|
Beatmup Java package
|
Floating-point RGBA color value. More...
Public Member Functions | |
| FloatColor () | |
| Creates a zero-valued color. More... | |
| FloatColor (float r, float g, float b, float a) | |
| Creates a color by aggregating the four channels values components. More... | |
| Color | getIntColor () |
Public Attributes | |
| float | r |
| red More... | |
| float | g |
| green More... | |
| float | b |
| blue More... | |
| float | a |
| alpha More... | |
Floating-point RGBA color value.
Definition at line 24 of file FloatColor.java.
|
inline |
|
inline |
Creates a color by aggregating the four channels values components.
| r | the red channel value |
| g | the green channel value |
| b | the blue channel value |
| a | the alpha channel value |
Definition at line 44 of file FloatColor.java.
|
inline |
| float Beatmup.Imaging.FloatColor.r |
red
Definition at line 25 of file FloatColor.java.
| float Beatmup.Imaging.FloatColor.g |
green
Definition at line 26 of file FloatColor.java.
| float Beatmup.Imaging.FloatColor.b |
blue
Definition at line 27 of file FloatColor.java.
| float Beatmup.Imaging.FloatColor.a |
alpha
Definition at line 28 of file FloatColor.java.