dojox/color/_base.js

  • Provides:

    • dojox.color._base
  • Requires:

    • dojo.colors in common
  • dojox.color.fromCmy

    • parameters:
      • cyan: (typeof Object|Array|int)
      • magenta: (typeof int)
      • yellow: (typeof int)
    • returns
      dojox.color.Color
    • type
      Function
  • dojox.color.fromCmyk

    • parameters:
      • cyan: (typeof Object|Array|int)
      • magenta: (typeof int)
      • yellow: (typeof int)
      • black: (typeof int)
    • returns
      dojox.color.Color
    • type
      Function
  • dojox.color.fromHsl

    • parameters:
      • hue: (typeof Object|Array|int)
      • saturation: (typeof int)
      • luminosity: (typeof int)
    • returns
      dojox.color.Color
    • type
      Function
  • dojox.color.fromHsv

    • parameters:
      • hue: (typeof Object|Array|int)
      • saturation: (typeof int)
      • value: (typeof int)
    • returns
      dojox.color.Color
    • type
      Function
  • dojox.color.Color

    • type
      Function
  • dojox.color.Color.toCmy

    • returns
      Object
    • type
      Function
  • dojox.color.Color.toCmyk

    • returns
      Object
    • type
      Function
  • dojox.color.Color.toHsl

    • returns
      Object
    • type
      Function
  • dojox.color.Color.toHsv

    • returns
      Object
    • type
      Function
  • dojox.color.blend

    • alias - dojo.blendColors
  • dojox.color.fromRgb

    • alias - dojo.colorFromRgb
  • dojox.color.fromHex

    • alias - dojo.colorFromHex
  • dojox.color.fromArray

    • alias - dojo.colorFromArray
  • dojox.color.fromString

    • alias - dojo.colorFromString
  • dojox.color.greyscale

    • alias - dojo.colors.makeGrey
  • dojox.color._base

    • type
      Object
  • dojox.color

    • type
      Object
  • dojox

    • type
      Object