Color.this

Construct a color with the given values. They should be in range 0 <= x <= 255, where 255 is maximum intensity and 0 is minimum intensity.

struct Color
@safe nothrow pure @nogc
this
(
int red
,
int green
,
int blue
,
int alpha = 255
)

Meta