ExChroma.Cmyk (ex_chroma v0.1.0) View Source
The CMYK color model (also known as process color, or four color) is a subtractive color model, based on the CMY color model, used in color printing, and is also used to describe the printing process itself. CMYK refers to the four ink plates used in some color printing: cyan, magenta, yellow, and key (black).
Link to this section Summary
Link to this section Functions
iex()> ExChroma.Cmyk.fromrgb({1, 255, 255, }) {1, 0, 0, 0}