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