Learn R Programming

colorscience (version 1.0.8)

CMYK2CMY: Convert CMYK coordinates to CMY

Description

CMYK2CMY Converts CMYK coordinates to CMY.

Usage

CMYK2CMY(CMYKmatrix)

Arguments

CMYKmatrix

CMYK coordinates

Value

CMY coordinates

References

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

Examples

Run this code
# NOT RUN {
CMYK2CMY(c(.342, .768, .683, .378))
# }

Run the code above in your browser using DataLab