Functiondojox.charting._color.toHsb

dojo.require("dojox.charting._color");
defined in dojox/charting/_color.js

Returns the color in HSB representation (360, %, %)

Usage

function (/*Integer|Object|dojo.Color*/ red, /*Integer?*/ green, /*Integer?*/ blue) (view source)
parametertypedescription
redInteger|Object|dojo.Color 
greenIntegerOptional.
blueIntegerOptional.