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:
@ -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)" >*/
|
||||
|
Reference in New Issue
Block a user