Namespacedojox.color

Advanced color methods, including HSV, HSL, and CMYK conversion, a color generator and advanced colorspace calculations.

Jump to PropertiesJump to FunctionsNamespacesBack to top

Jump to PropertiesJump to NamespacesFunctionsBack to top

Create a dojox.color.Color from a CMY defined color. All colors should be expressed as 0-100 (percentage)
Functiondojox.color.fromCmyk(cyan: Object|Array|Integer, magenta: Integer, yellow: Integer, black: Integer)
Create a dojox.color.Color from a CMYK defined color. All colors should be expressed as 0-100 (percentage)
Functiondojox.color.fromHsl(hue: Object|Array|Integer, saturation: Integer, luminosity: Integer)
Create a dojox.color.Color from an HSL defined color.
Create a dojox.color.Color from an HSV defined color.

Jump to FunctionsJump to NamespacesPropertiesBack to top