https://bugs.kde.org/show_bug.cgi?id=360821

--- Comment #18 from Jehan <je...@zemarmot.net> ---
(In reply to Christoph Feck from comment #17)
> Thanks for the update; changing status.
> 
> Regarding layer blending modes, do you have a link to the code to understand
> the actual formulas?

In this file:
https://git.gnome.org/browse/gimp/tree/app/operations/layer-modes/gimp-layer-modes.c
You'll see the list of layer modes, and in particular notice the op_name
parameter, which is the string you want to look for the implementation.

For instance, the "Normal" layer mode is the GEGL operation "gimp:normal" whose
implementation is:
https://git.gnome.org/browse/gimp/tree/app/operations/layer-modes/gimpoperationnormal.c

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to