You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree, that should be supported. Note that this might result in colors outside of the sRGB gamut though. We need a general strategy on how to handle such scenarios.
Note that you can already do this with some scripting. You can first extract the current LCh hue with
hue=$(pastel format lch-hue "$color")
and then set the rotated hue with
pastel set lch-hue "$new_hue"
Unfortunately, I just noticed that lch-hue can not be set yet either.
What says on the tin. Very useful when trying to find colors of the same Luminance.
The text was updated successfully, but these errors were encountered: