Learn R Programming

colorscience (version 1.0.8)

CMY2RGB: Convert CMYK coordinates to RGB

Description

CMY2RGB Converts CMYK coordinates to RGB.

Usage

CMY2RGB(CMYmatrix)

Arguments

CMYmatrix

CMY coordinates

Value

RGB coordinates

References

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

Examples

Run this code
# NOT RUN {
CMY2RGB(c(0.310897, 0.306510, 74.613450))
# }

Run the code above in your browser using DataLab