RGB

Struct representing a RGB color

Constructors

this
this(double red, double green, double blue)

Members

Functions

opCast
RGBA opCast()

convert RGBA struct to RGB struct. Alpha is set to '1.0'

Variables

blue
double blue;
green
double green;
red
double red;

Meta