RgbToCmy | R Documentation |
These function convert colors between RGB and CMYK system.
RgbToCmy(col, maxColorValue = 1)
CmykToRgb(cyan, magenta, yellow, black, maxColorValue=1)
CmyToCmyk(col)
CmykToCmy(col)
col |
the matrix of the color to be converted |
cyan |
cyan values of the color(s) to be converted |
magenta |
magenta values of the color(s) to be converted |
yellow |
yellow values of the color(s) to be converted |
black |
black values of the color(s) to be converted |
maxColorValue |
the value for the color |
the converted value
Andri Signorell <andri@signorell.net>
RgbToCol
CmykToRgb(0.42, 45.23, 85.14, maxColorValue=100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.