dgame v0.4.1 (2015-02-22T14:21:21Z)
Home
Dub
Repo
Color.this
Dgame
Graphics
Color
Color
CTor
this
(ubyte red, ubyte green, ubyte blue, ubyte alpha)
struct
Color
pure nothrow
this
(
ubyte
red
,
ubyte
green
,
ubyte
blue
,
ubyte
alpha
= 255
)
this
(float red, float green, float blue, float alpha)
Meta
Source
See Implementation
Dgame
Graphics
Color
Color
constructors
this
functions
asGLColor
asRGB
asRGBA
opEquals
set
transferTo
withTransparency
static variables
Black
Blue
Cyan
Gray
Green
Magenta
Red
White
Yellow
variables
alpha
blue
green
red
CTor