CMY2CMYK: Convert CMY coordinates to CMYK

Description Usage Arguments Value Author(s) Source References Examples

Description

CMY2CMYK Converts CMY coordinates to CMYK.

Usage

1
CMY2CMYK(CMYmatrix) 

Arguments

CMYmatrix

CMY coordinates

Value

CMYK coordinates

Author(s)

Jose Gama

Source

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

References

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

Examples

1
CMY2CMYK(c(0.59072, 0.85570, 0.80283))

Example output

Loading required package: Hmisc
Loading required package: lattice
Loading required package: survival
Loading required package: Formula
Loading required package: ggplot2

Attaching package: 'Hmisc'

The following objects are masked from 'package:base':

    format.pval, units

Loading required package: pracma

Attaching package: 'pracma'

The following object is masked from 'package:Hmisc':

    ceil

Loading required package: sp
     C         M         Y       K
[1,] 0 0.6474296 0.5182516 0.59072

colorscience documentation built on May 2, 2019, 4:53 p.m.