icecoder/ICEcoder

Add alpha control to color picker

Opened this issue · 2 comments

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

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

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.