RGBA

Struct representing a RGBA color

Constructors

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

Members

Functions

opCast
RGB opCast()

convert RGBA struct to RGB struct. Alpha is discarded

Variables

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

Meta