X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fsynfig%2Fcolor.h;h=fc5f680baa441ac6abb49e8db1bc0512411964b2;hb=6860e6d62ec2b97f6adff94581cddadafeb42ff0;hp=ee5f5016585492e827dc1611e10bc11159ea3690;hpb=6054e41d9bd09ab2addaef1eeb45798a99e77d70;p=synfig.git diff --git a/synfig-core/src/synfig/color.h b/synfig-core/src/synfig/color.h index ee5f501..fc5f680 100644 --- a/synfig-core/src/synfig/color.h +++ b/synfig-core/src/synfig/color.h @@ -492,7 +492,9 @@ public: BLEND_ALPHA_DARKEN=15, //!< \deprecated If A is more opaque than B, use B BLEND_ALPHA_OVER=19, //!< \deprecated multiply alphas and then straight blends using the amount - BLEND_END=22 //!< \internal + BLEND_END=22, //!< \internal + BLEND_BY_LAYER=999 //! Used to let the layer decides what Blend Method use by + //! default when the layer is created }; /* Other */