![]() |
Louvre v2.18.1-1
C++ library for Wayland compositors
|
RGBA color with floating-point components. More...
#include <LColor.h>
Public Attributes | |
| Float32 | r |
| The red component of the RGBA color (range: 0.0 to 1.0). | |
| Float32 | g |
| The green component of the RGBA color (range: 0.0 to 1.0). | |
| Float32 | b |
| The blue component of the RGBA color (range: 0.0 to 1.0). | |
| Float32 | a |
| The alpha component of the RGBA color (range: 0.0 to 1.0). | |
RGBA color with floating-point components.
The LRGBAF struct defines an RGBA color with four floating-point components (r, g, b, a).
Each component ranges from 0.0 to 1.0.
| Float32 r |
The red component of the RGBA color (range: 0.0 to 1.0).
| Float32 g |
The green component of the RGBA color (range: 0.0 to 1.0).
| Float32 b |
The blue component of the RGBA color (range: 0.0 to 1.0).
| Float32 a |
The alpha component of the RGBA color (range: 0.0 to 1.0).