Color

Constructors

this
this(float r, float g, float b)
this
this(float r, float g, float b, float a)

Members

Functions

set
void set(float r, float g, float b)

Sets the values of r, g, and b in a single statement

set
void set(float r, float g, float b, float a)

Sets the values of r, g, b, and a in a single statement

Variables

a
float a;
b
float b;
g
float g;
r
float r;

Meta