8003182d46b2fd64f08f50152270e75a628f7e96.svn-base 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. Both a port of the older dojo.gfx.color work (Cal Henderson) as well as some
  18. new additions (Generator, Tom Trenka). Everything is applied to an alias of
  19. dojo.Color or dojo.color, so that you can just use dojox.color.Color instead
  20. with extended methods.
  21. -------------------------------------------------------------------------------
  22. Dependencies:
  23. Depends on the Dojo Core, v1.0
  24. -------------------------------------------------------------------------------
  25. Documentation
  26. See the API documentation.
  27. -------------------------------------------------------------------------------
  28. Installation instructions
  29. Grab the following from the Dojo SVN Repository:
  30. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/color.js
  31. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/color/*
  32. Install into the following directory structure:
  33. /dojox/color/
  34. ...which should be at the same level as your Dojo checkout.
  35. -------------------------------------------------------------------------------