icecoder / ICEcoder

Browser code editor awesomeness
http://icecoder.net
Other
1.42k stars 346 forks source link

Add alpha control to color picker #912

Open mattpass opened 4 years ago

mattpass commented 4 years ago

At present the color picker only handles hex and rgb.

Add a slider to the right which allows you to drag from 0 to 100. Dragging this slider changes the opacity of the color wheel.

If at 100 we can show the hex & rgb values. If under 100, it displays a single field instead: rgba

mattpass commented 4 years ago

Also, inserting RGB value from picker UI inserts prior to value, doesn't replace it

mattpass commented 4 years ago

Also, HSL to be added as an option you can insert. Need to update color picker for image eye droplet picker too as that shows RGB & Hex, so add HSL there also.