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