Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2150 mathias 1
-------------------------------------------------------------------------------
2
DojoX Color
3
-------------------------------------------------------------------------------
4
Version 0.9
5
Release date: 10/20/2007
6
-------------------------------------------------------------------------------
7
Project state:
8
dojox.color._base: 			stable
9
dojox.color.Colorspace:		experimental
10
dojox.color.Generator:		beta
11
-------------------------------------------------------------------------------
12
Credits
13
	Cal Henderson
14
	Tom Trenka (ttrenka AT gmail.com)
15
-------------------------------------------------------------------------------
16
Project description
17
 
18
Both a port of the older dojo.gfx.color work (Cal Henderson) as well as some
19
new additions (Generator, Tom Trenka).  Everything is applied to an alias of
20
dojo.Color or dojo.color, so that you can just use dojox.color.Color instead
21
with extended methods.
22
-------------------------------------------------------------------------------
23
Dependencies:
24
 
25
Depends on the Dojo Core, v1.0
26
-------------------------------------------------------------------------------
27
Documentation
28
 
29
See the API documentation.
30
-------------------------------------------------------------------------------
31
Installation instructions
32
 
33
Grab the following from the Dojo SVN Repository:
34
http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/color.js
35
http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/color/*
36
 
37
Install into the following directory structure:
38
/dojox/color/
39
 
40
...which should be at the same level as your Dojo checkout.
41
-------------------------------------------------------------------------------