evael ~master (2021-10-23T09:29:02.1632381)
Dub
Repo
Color.this
evael
utils
color
Color
Color constructor (float).
this
(ubyte r, ubyte g, ubyte b, ubyte a)
this
(float r, float g, float b, float a)
struct
Color
@
nogc
nothrow
this
(
in
float
r
,
in
float
g
,
in
float
b
,
in
float
a
= 1.0f
)
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 (float).