Skip to content

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

cpp inline GLCOLOR()

function GLCOLOR

cpp inline GLCOLOR( uchar ur, uchar ug, uchar ub, uchar ua =255 )

function operator*

cpp inline GLCOLOR operator*( double f )

function operator+

cpp inline GLCOLOR operator+( GLCOLOR & c )

Public Attributes Documentation

variable a

cpp uchar a;

variable b

cpp uchar b;

variable g

cpp uchar g;

variable r

cpp uchar r;


Updated on 2026-03-31 at 16:02:10 +0000