pixelperfectengine v0.9.4-alpha.3 (2018-07-14T20:03:51Z)
Dub
Repo
Color.this
PixelPerfectEngine
graphics
common
Color
Constructs a color from a single 32 bit unsigned integer.
this
(ubyte alpha, ubyte red, ubyte green, ubyte blue)
this
(uint val)
struct
Color
@
nogc
this
(
uint
val
)
Meta
Source
See Implementation
PixelPerfectEngine
graphics
common
Color
constructors
this
functions
opBinary
toString
properties
alpha
blue
green
red
unions
__anonymous
Constructs a color from a single 32 bit unsigned integer.