[jQuery] Re: Farbtastic RGB to Hex and vice versa
Hi, I had the same problem and I solve it writing my own function to convert rgb values to hex: //Function to get hex format a rgb colour function rgb2hex(rgb) { //generates the hex-digits for a colour. function hex(x) { hex
[jQuery] Re: Farbtastic RGB to Hex and vice versa
*BUMP* anybody able to assist me with this?