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
Remove hue from ImageColorTransformer#forHSB #2060
The ImageColorTransformer introduced for disabled icon calculation has a
default implementation taking hue, saturation, brightness and alpha
factors for transformation. The hue factor was by accident limited to 1,
even though it is a value between 0 and 360. In addition, a
multiplication of a hue value with a factor is not reasonable at all.
This change removes the ability to change the hue of a color value, as
the existing usage of that method does not change the hue anyway. It
renames the method accordingly.
Fixes#2060
Co-authored-by: Manuel Killinger <[email protected]>
0 commit comments