jQuery.Colors
May 9, 2008 - 5:01am — Gilberto Saraiva
With this code you create a gradient color array with 50 diferents colors.
My Projects page to see a good example (Look the background color):
http://slr.projects.pro.br/
A easy way to handle HTML colors!
Create a color and manipulate then adding light or shadow, mixing it with other color, subtract o add a RGB value for it. You can do a lot of things.
Example:
var Dark = $.tocolor("#ffa500");
var Light = $.color(235, 235, 235);
var GradLinkNormal = $.colorgrad(Light, Dark, 50);With this code you create a gradient color array with 50 diferents colors.
My Projects page to see a good example (Look the background color):
http://slr.projects.pro.br/
More about the plugin at:
http://gsaraiva.projects.pro.br/?page_id=16
Actually you can access my site to see some results with jQuery and CSS manipulation.
http://gsaraiva.projects.pro.br/
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 1.1.3-2008 | 2008-May-12 | n/a | Recommended for 1.0.x | ||
| 1.1.3-2008 | 2008-May-12 | n/a | Recommended for 1.2.x | ||
