app: rename "Color (HSV)" mode to "Color (HSL)"
... since that's the color space it actually works in. Keep the legacy "Color (HSV)" mode's name as is, wrong as it is, since, well, that's what it used to be called...
This commit is contained in:
@ -98,7 +98,7 @@ typedef enum
|
||||
GIMP_LAYER_MODE_LIGHTEN_ONLY, /*< desc="Lighten only" >*/
|
||||
GIMP_LAYER_MODE_HSV_HUE, /*< desc="Hue (HSV)" >*/
|
||||
GIMP_LAYER_MODE_HSV_SATURATION, /*< desc="Saturation (HSV)" >*/
|
||||
GIMP_LAYER_MODE_HSV_COLOR, /*< desc="Color (HSV)" >*/
|
||||
GIMP_LAYER_MODE_HSL_COLOR, /*< desc="Color (HSL)" >*/
|
||||
GIMP_LAYER_MODE_HSV_VALUE, /*< desc="Value (HSV)" >*/
|
||||
GIMP_LAYER_MODE_DIVIDE, /*< desc="Divide" >*/
|
||||
GIMP_LAYER_MODE_DODGE, /*< desc="Dodge" >*/
|
||||
|
Reference in New Issue
Block a user