Skip to content

Commit

Permalink
added SUBTRACT and DIVIDE to blending modes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamplouff committed Feb 25, 2020
1 parent 9acec05 commit 3faf37e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/layers/avlayer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand All @@ -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``
Expand Down

0 comments on commit 3faf37e

Please sign in to comment.