atelier ~master (2021-08-24T13:35:22Z)
Dub
Repo
Color.this
atelier
core
color
Color
Sets the RGB values, between 0 and 1.
this
(float red, float green, float blue)
struct
Color
this
(
float
red
,
float
green
,
float
blue
)
this
(Vec3f v)
this
(int red, int green, int blue)
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
Sets the RGB values, between 0 and 1.