BlendMode

Description

Defines the mode of blending to use when overlaying an image.

Learn more: Overlay blending effects

Details

To be used with an Overlay

Classes


new BlendModeQualifier()

Methods


<static> multiply() → {Qualifiers.BlendMode.BlendModeQualifier}

qualifier

Description

Add an overlay image blended using the 'multiply' blend mode.


<static> screen() → {Qualifiers.BlendMode.BlendModeQualifier}

qualifier

Description

Add an overlay image blended using the 'screen' blend mode.


<static> overlay() → {Qualifiers.BlendMode.BlendModeQualifier}

qualifier

Description

Add an overlay image blended using the 'overlay' blend mode.


<static> mask() → {Qualifiers.BlendMode.BlendModeQualifier}

qualifier

Description

Add an overlay image blended using the 'mask' blend mode.


<static> antiRemoval( lvl ) → {Qualifiers.BlendMode.BlendModeQualifier}

qualifier

Description

Add an overlay image blended using the 'antiRemoval' blend mode.

Parameters
Name Type Description
lvl number

The level of distortion. (Range: 1 to 100, Server default: 50)