edurocher / dcolor

AMD-based color model utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dcolor Build Status

This project provides color APIs.

Status

No official release yet.

Migration

This is a subset of the former dojox/color project with the addition of the dojo/_base/Color object.

Migration steps from dojox/color to dcolor:

  • replace any use of "dojox/color" AMD module path by "dcolor"
  • ...

Licensing

This project is distributed by the Dojo Foundation and licensed under the "New" BSD License. All contributions require a Dojo Foundation CLA.

Dependencies

This project requires the following other projects to run:

  • dojo

Installation

Bower release installation:

$ bower install dcolor

Manual master installation: go to the root installation directory and clone dcolor from github:

$ git clone git://github.com/ibm-js/dcolor.git

Then install dependencies with bower (or manually from github if you prefer to):

$ cd dcolor
$ bower install

Documentation

Credits

  • Christophe Jolif (IBM CCLA)
  • Tom Trenka (CLA)

About

AMD-based color model utilities

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 100.0%