dgame ~master (2017-03-31T06:11:13Z)
Home
Dub
Repo
Color4f.this
Dgame
Graphic
Color
Color4f
CTor
this
(
ubyte
red
,
ubyte
green
,
ubyte
blue
,
ubyte
alpha
=
255
)
struct
Color4f
@
nogc
this
pure nothrow
(
ubyte
red
,
ubyte
green
,
ubyte
blue
,
ubyte
alpha
= 255
)
this
(
float
red
,
float
green
,
float
blue
,
float
alpha
=
1
)
this
(
ref
const
Color4b
col
)
Meta
Source
See Implementation
Dgame
Graphic
Color
Color4f
constructors
this
functions
asRGB
asRGBA
opEquals
static variables
Black
Blue
Cyan
Gray
Green
Magenta
Red
White
Yellow
variables
alpha
blue
green
red
CTor