ColorScheme::rgb
Public Functions
| Name | |
|---|---|
| rgb() | |
| rgb(float l, float m, float n) |
Public Attributes
| Name | |
|---|---|
| float | r |
| float | g |
| float | b |
Public Functions Documentation
function rgb
cpp
inline rgb()
function rgb
cpp
inline rgb(
float l,
float m,
float n
)
Public Attributes Documentation
variable r
cpp
float r;
variable g
cpp
float g;
variable b
cpp
float b;
Updated on 2026-03-31 at 16:02:10 +0000