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
inline rgb()
function rgb
inline rgb(
float l,
float m,
float n
)
Public Attributes Documentation
variable r
float r;
variable g
float g;
variable b
float b;
Updated on 2024-11-11 at 19:51:46 +0000