Functiondojox.color.fromCmy

dojo.require("dojox.color._base");
defined in dojox/color/_base.js

Create a dojox.color.Color from a CMY defined color. All colors should be expressed as 0-100 (percentage)

Usage

function (/*Object|Array|Integer*/ cyan, /*Integer*/ magenta, /*Integer*/ yellow) (view source)
parametertypedescription
cyanObject|Array|Integer 
magentaInteger 
yellowInteger