|
Euphoria
|
Represents a color with an alpha component. The color is stored in gamma (non-linear) space (aka sRGB). More...
Public Member Functions | |
| constexpr | Color (const Rgb &a_rgb, float a_alpha=1.0f) |
Public Attributes | |
| Rgb | rgb |
| float | alpha |
Represents a color with an alpha component. The color is stored in gamma (non-linear) space (aka sRGB).