GLCOLOR
Public Functions
Name | |
---|---|
GLCOLOR() | |
GLCOLOR(uchar ur, uchar ug, uchar ub, uchar ua =255) | |
GLCOLOR | operator*(double f) |
GLCOLOR | operator+(GLCOLOR & c) |
Public Attributes
Name | |
---|---|
uchar | a |
uchar | b |
uchar | g |
uchar | r |
Public Functions Documentation
function GLCOLOR
inline GLCOLOR()
function GLCOLOR
inline GLCOLOR(
uchar ur,
uchar ug,
uchar ub,
uchar ua =255
)
function operator*
inline GLCOLOR operator*(
double f
)
function operator+
inline GLCOLOR operator+(
GLCOLOR & c
)
Public Attributes Documentation
variable a
uchar a;
variable b
uchar b;
variable g
uchar g;
variable r
uchar r;
Updated on 2024-03-17 at 12:58:44 -0600