atelier ~master (2021-08-24T13:35:22Z)
Dub
Repo
Color.blue
atelier
core
color
Color
Basic color.
Color
red
;
Color
lime
;
Color
blue
;
struct
Color
static const
Color
blue
;
Color
white
;
Color
black
;
Color
yellow
;
Color
cyan
;
Color
magenta
;
Color
silver
;
Color
gray
;
Color
grey
;
Color
maroon
;
Color
olive
;
Color
green
;
Color
purple
;
Color
teal
;
Color
navy
;
Color
pink
;
Color
orange
;
Meta
Source
See Implementation
atelier
core
color
Color
constructors
this
functions
load
opBinary
opBinaryRight
opOpAssign
save
set
toSDL
properties
b
g
r
random
rgb
static functions
fromHex
static variables
black
blue
cyan
gray
green
grey
lime
magenta
maroon
navy
olive
orange
pink
purple
red
silver
teal
white
yellow
Basic color.