hxf31891 / react-gradient-color-picker

An easy to use color/gradient picker for React.js
MIT License
126 stars 39 forks source link

Support HEXA #62

Open fstarlike opened 9 months ago

fstarlike commented 9 months ago

Hi.

It's important that this tool supports the HEXA color values. Please add this feature ASAP.

Best.

hxf31891 commented 5 months ago

@fstarlike I cant find any information on that color format. Can please attach some documentation here.

JoniRinta-Kahila commented 4 months ago

@fstarlike seems to be referring to the 8-digit hex notation, which can be used to determine the opacity of a color in HEX notation.

For example, blue color without Alpha channel: #0000FF Blue color preview

And with Alpha: #0000FF80 Blue color preview with opacity

https://drafts.csswg.org/css-color/#hex-notation