GLCOLOR
Public Functions
Public Attributes
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