Skip to content

Commit

Permalink
Merged in adamplouff/after-effects-scripting-guide/Adam-Plouff/added-…
Browse files Browse the repository at this point in the history
…subtract-and-divide-to-blending-mo-1582663077374 (pull request #11)

added SUBTRACT and DIVIDE to blending modes
  • Loading branch information
adamplouff authored and zlovatt committed Feb 25, 2020
2 parents a0e3b77 + 3faf37e commit df31034
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 df31034

Please sign in to comment.