[jQuery] Re: Farbtastic RGB to Hex and vice versa

2008-04-15 Thread R0bb13
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

2008-04-04 Thread ethodaddy
*BUMP* anybody able to assist me with this?