Namespacedojox.color.Generator

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

Usage

function () (view source)

FunctionsBack to top

generates n colors based on a base color, based on a fixed hue angle delta (relative to the base hue) with slight variations in saturation.
generates n colors from a base color, using complimentary rules.
generates n colors from a base color, using a *very* rough approximation of the Compound rules at http://kuler.adobe.com
generates n colors based on a base color, using alterations to the RGB model only.
generates n colors based on a base color using only changes in value. Similar to monochromatic but a bit more linear.
generates n colors from a base color, using split complimentary rules.
generates n colors from a base color, using the triadic rules, rough approximation from kuler.adobe.com.