Download Rico 2.0 for more demos.

AJAX DEMOS Inner Html Javascript Updater
 
 
 
 
 
 
DRAG & DROP DEMOS Simple Custom Draggable Custom Drop Zone
 
 
 
 
   
BEHAVIOR DEMOS Accordion Weather Widget LiveGrid - Data Table
 
 
 
 
Rico.Color EXAMPLE
Red:   (0-255)
 Green:  (0-255)
Blue:   (0-255)
This page illustrates the Rico.Color DHTML object. A Rico.Color object is constructed with a set of RGB values. The color has methods for setting red, green, and blue individually as well as setting hue, saturation, and brightness. Once values have been set a string representation can be retrieved via the asHex() or asHSB() methods.
 var color = new Rico.Color( 0, 0, 0 ); // color.asHex() = #000000