Skip to content
  • Elle Stone's avatar
    Allow full range to Hue-Saturation Lightness slider · 7880711f
    Elle Stone authored and Michael Natterer's avatar Michael Natterer committed
    Issue #427: Hue-saturation dialog: lightness in 'Master'
    
    For whatever reason that made sense at the time, the current
    Hue-Saturation code divides the result of Lightness slider
    adjustments by 2, which means the user can't ever move the
    Lightness slider to produce a solid white or black image, and
    requires multiple iterations if the user wants to make the image
    very light or very dark.
    
    This patch just removes the division by 2, thus allowing the full
    range of Lightness changes without having to use multiple
    iterations.
    7880711f