-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
LCH Color Function #766
Copy link
Copy link
Closed
Labels
A-RenderingDrawing game state to the screenDrawing game state to the screenC-FeatureA new feature, making something new possibleA new feature, making something new possible
Description
What problem does this solve or what need does it fill?
Colors are difficult to read. For example, it's hard to tell that Color::rgb(0.8, 0.3, 0.7) is pink.
Describe the solution would you like?
Add a LCH color function as well as the HEX colors. The LCH color space allows for colors that are somewhat related to how people actually see it.
Describe the alternative(s) you've considered?
N/A
Additional context
This blog post (https://lea.verou.me/2020/04/lch-colors-in-css-what-why-and-how/) provides a good explanation of what the LCH color space is.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-RenderingDrawing game state to the screenDrawing game state to the screenC-FeatureA new feature, making something new possibleA new feature, making something new possible