PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` (function ($) { "use strict"; // HEX $("#hex").spectrum({ color: "#f00", preferredFormat: "hex", showInput: true }); // HSL $("#hsl").spectrum({ color: "#c34040", preferredFormat: "hsl", showInput: true }); // RGB $("#rgb").spectrum({ color: "#dbc75e", preferredFormat: "rgb", showInput: true }); // Alpha RGB $("#a-rgb").spectrum({ showAlpha: true, color: "#3dbb8f", preferredFormat: "rgb", showInput: true }); // Alpha HSL $("#a-hsl").spectrum({ showAlpha: true, color: "#8bc177", preferredFormat: "hsl", showInput: true }); // Palette $("#palette1").spectrum({ color: "#9257b4", preferredFormat: "hex", showInput: true, showPalette: true, palette: [ ['#000', '#fff', '#ffebcd'], ['#ff8000', '#448026', '#ffffe0'] ] }); // Palette only $("#palette2").spectrum({ showPaletteOnly: true, showPalette:true, color: '#780707', palette: [ ['#000', '#fff', '#ffebcd','#ff8000', '#448026'], ['#ff0000', '#fff700', '#75b274', '#1d31c3', '#9257b4'] ] }); // Method "show" $("#hex, #hsl, #rgb, #a-hsl, #a-rgb, #palette1, #palette2").show(); })(jQuery);