Louvre  v2.4.0-1
C++ library for Wayland compositors
Public Attributes | List of all members
LRGBF Struct Reference

RGB color with floating-point components. More...

Public Attributes

Float32 r
 The red component of the RGB color (range: 0.0 to 1.0). More...
 
Float32 g
 The green component of the RGB color (range: 0.0 to 1.0). More...
 
Float32 b
 The blue component of the RGB color (range: 0.0 to 1.0). More...
 

Detailed Description

RGB color with floating-point components.

The LRGBF struct defines an RGB color with three floating-point components (r, g, b).
Each component ranges from 0.0 to 1.0.

Member Data Documentation

◆ r

The red component of the RGB color (range: 0.0 to 1.0).

◆ g

The green component of the RGB color (range: 0.0 to 1.0).

◆ b

The blue component of the RGB color (range: 0.0 to 1.0).