dojox.color.fromHsv
dojo.require("dojox.color._base");
defined in dojox/color/_base.js
Create a dojox.color.Color from an HSV defined color.
Usage
parameter | type | description |
---|---|---|
hue | Object|Array|Integer | from 0-359 (degrees), saturation and value 0-100. |
saturation | Integer | |
value | Integer |