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