rip ~master (2018-03-17T20:58:35Z)
Dub
Repo
makeCMYK
rip
concepts
makers
Funcs for translating color formats to RGBColor
RGBColor
makeHSV
(float h, float s, float v)
RGBColor
makeHSL
(float h, float s, float l)
RGBColor
makeCMYK
(float c, float m, float y, float k)
RGBColor
makeCMYK
(
in
float
c
,
in
float
m
,
in
float
y
,
in
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