Wrote jquery.colorUtil plugin.
authorKrinkle <krinkle@users.mediawiki.org>
Wed, 5 Jan 2011 23:24:07 +0000 (23:24 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Wed, 5 Jan 2011 23:24:07 +0000 (23:24 +0000)
commit83a7822df7bd0c000b6ed074fe1423b5cc616944
tree9bc2ca647e044a2c9ec7cb505400982148215c73
parent7d7ea3db1343bc16c9e7307a802d542b24d3fec1
Wrote jquery.colorUtil plugin.
* Introduces rgbToHsl and hslToRgb functions
* Introdoces a simple way to get a brigher or darker color
* Moved getRGB() function and colors-array from jquery.color to it so they are publically available.
* Applied fixed from JSLint to all of this
* Made jquery.color use these instead to avoid duplication and added dependency for it
resources/Resources.php
resources/jquery/jquery.color.js
resources/jquery/jquery.colorUtil.js [new file with mode: 0644]