Open theking2 opened 2 months ago
rgb
or rgba
?
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
rgb
orrgba
?
rgb is both these days.
Please use color formats in a modern way. Currently the standard color picker shows this:
This was accurate but is no longer. In a modern editor I expect the color value ( in this case ) to be presented like
rgb(0 189 126 / 0.2)
or even betterrgb(0 189 126 / 20%)
Rationale:
I believe this topic has been raised many times here.