CathodeRetro::Color
A simple RGBA color, where standard visible channel values are in the
[0..1]
range.
Index
Members
- r
-
float r
Type
float
Description
The red channel value. - g
-
float g
Type
float
Description
The green channel value. - b
-
float b
Type
float
Description
The blue channel value. - a
-
float a
Type
float
Description
The alpha channel value.