* @see com.google.code.jqwicket.ui.colorpicker.IColorPicker#setColor(int,
* int, int)
*/
public IJQFunction setColor(int r, int g, int b) {
return $f($(this.component).chain("ColorPickerSetColor",
new JQOptions().put("r", r).put("g", g).put("b", b)));
}