rip ~master (2018-03-17T20:58:35Z)
Dub
Repo
makeHSV
rip
concepts
makers
Funcs for translating color formats to RGBColor
RGBColor
makeHSV
(float h, float s, float v)
RGBColor
makeHSV
(
in
float
h
,
lazy
float
s
,
lazy
float
v
)
RGBColor
makeHSL
(float h, float s, float l)
RGBColor
makeCMYK
(float c, float m, float y, float k)
RGBColor
makeXYZ
(float x, float y, float z)
RGBColor
makeLAB
(float l, float a, float b)
Meta
Source
See Implementation
rip
concepts
makers
functions
makeCMYK
makeHSL
makeHSV
makeLAB
makeXYZ
Funcs for translating color formats to RGBColor