lauren / pick-a-color

an easy-to-use jQuery color picker for Twitter Bootstrap
http://lauren.github.com/pick-a-color/
MIT License
269 stars 89 forks source link

RGB Values not working #52

Open BStrickland01 opened 10 years ago

BStrickland01 commented 10 years ago

Hello, I may be doing this wrong but, your site says that the Pick-A-Color app works with RGB, but my sample code doesn't seem to accept any rgb value. Additionally, I'm not able to input a rgb values on any of your sample input boxes on your website. Ideally, I'd like to input a value that includes an alpha channel but I couldn't get it to work with or without it. As an example, I was trying to use 255,0,120. I tried with and without spaces between the ",". Any ideas what I'm doing wrong?