Color

Constructors

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

Members

Functions

lerp
Color lerp(Color color, float a)
Undocumented in source. Be warned that the author may not have intended to support it.
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