Learn R Programming

colorscience (version 1.0.8)

CMY2CMYK: Convert CMY coordinates to CMYK

Description

CMY2CMYK Converts CMY coordinates to CMYK.

Usage

CMY2CMYK(CMYmatrix)

Arguments

CMYmatrix

CMY coordinates

Value

CMYK coordinates

References

Logicol S.r.l., 2014 EasyRGB color search engine http://www.easyrgb.com/

Examples

Run this code
# NOT RUN {
CMY2CMYK(c(0.59072, 0.85570, 0.80283))
# }

Run the code above in your browser using DataLab