We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
H
color.hue(200)
So why not L and C?
L
C
color.lightness(80) color.saturation(35)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
One can manipulate LCH components relative to the current color:
Of those one can directly set the
H
:So why not
L
andC
?The text was updated successfully, but these errors were encountered: