Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Setting absolute values for LCH #105

Open
punund opened this issue Jun 25, 2023 · 0 comments
Open

Setting absolute values for LCH #105

punund opened this issue Jun 25, 2023 · 0 comments

Comments

@punund
Copy link

punund commented Jun 25, 2023

One can manipulate LCH components relative to the current color:

color.rotate(5)
color.lighten(0.1)
color.saturate(0.2)

Of those one can directly set the H:

color.hue(200)

So why not L and C?

color.lightness(80)
color.saturation(35)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant