app: Bug 753163 - Add blend mode "RGB Luminance"

This adds a blend mode similar to CIE Luminance - but that does not alter
saturation.
This commit is contained in:
Elle Stone
2017-02-20 05:26:51 -05:00
committed by Øyvind Kolås
parent eeebd98005
commit aaed8a6eb9
10 changed files with 89 additions and 31 deletions

View File

@ -85,6 +85,7 @@ typedef enum
GIMP_LAYER_MODE_LCH_CHROMA, /*< desc="Chroma (LCH)" >*/
GIMP_LAYER_MODE_LCH_COLOR, /*< desc="Color (LCH)" >*/
GIMP_LAYER_MODE_LCH_LIGHTNESS, /*< desc="Lightness (LCH)" >*/
GIMP_LAYER_MODE_LUMINANCE, /*< desc="Luminance" >*/
/* Since 2.10 */
GIMP_LAYER_MODE_NORMAL_LINEAR, /*< desc="Normal (linear)" >*/