evael ~master (2021-10-23T09:29:02.1632381)
Dub
Repo
Color.this
evael
utils
color
Color
Color constructor.
this
(ubyte r, ubyte g, ubyte b, ubyte a)
struct
Color
@
nogc
nothrow
this
(
in
ubyte
r
,
in
ubyte
g
,
in
ubyte
b
,
in
ubyte
a
= 255
)
this
(float r, float g, float b, float a)
Meta
Source
See Implementation
evael
utils
color
Color
constructors
this
functions
opEquals
properties
a
asFloat
b
g
ptr
r
static variables
Black
Blue
DarkGrey
Green
Grey
LightGrey
LightOrange
Orange
Red
Transparent
White
Color constructor.