From 3faf37e9d8bdec613a606e365d301090093e3555 Mon Sep 17 00:00:00 2001 From: Adam Plouff Date: Tue, 25 Feb 2020 20:38:04 +0000 Subject: [PATCH] added SUBTRACT and DIVIDE to blending modes --- docs/layers/avlayer.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/layers/avlayer.rst b/docs/layers/avlayer.rst index e5d3efd..4560e2b 100644 --- a/docs/layers/avlayer.rst +++ b/docs/layers/avlayer.rst @@ -179,6 +179,7 @@ A BlendingMode enumerated value; read/write. One of: - ``BlendingMode.DARKER_COLOR`` - ``BlendingMode.DIFFERENCE`` - ``BlendingMode.DISSOLVE`` +- ``BlendingMode.DIVIDE`` - ``BlendingMode.EXCLUSION`` - ``BlendingMode.HARD_LIGHT`` - ``BlendingMode.HARD_MIX`` @@ -196,6 +197,7 @@ A BlendingMode enumerated value; read/write. One of: - ``BlendingMode.PIN_LIGHT`` - ``BlendingMode.SATURATION`` - ``BlendingMode.SCREEN`` +- ``BlendingMode.SUBTRACT`` - ``BlendingMode.SILHOUETE_ALPHA`` - note the mispelling of 'SILHOUETTE'! - ``BlendingMode.SILHOUETTE_LUMA`` - ``BlendingMode.SOFT_LIGHT``