Skip to content
  • Ell's avatar
    app: add gimp_layer_mode_is_trivial() · 8adec5fb
    Ell authored
    Add a TRIVIAL layer-mode flag, and corresponding
    gimp_layer_mode_is_trivial() function, which indicates if the blend
    function of a given layer mode is trivial, i.e., either never
    modifies the source pixels (for non-subtractive modes), or always
    clears the destination pixels (for subtractive modes).
    8adec5fb