X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fsynfig%2Fcolor.h;h=fc5f680baa441ac6abb49e8db1bc0512411964b2;hb=b56b3e2d45cf281bb0c537f40ab43c908048df01;hp=ee5f5016585492e827dc1611e10bc11159ea3690;hpb=bee0f6d2546e9afe9cbd0d9da701896947d99b5d;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 */