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 2022-07-23 at 16:40:07 -0600