BlendMode#

class BlendMode#

The blend modes available for render nodes.

The implementation of each blend mode is deferred to the rendering pipeline.

See https://www.w3.org/TR/compositing-1/#blending for more information on blending and blend modes.

Fields#

class BlendMode
COLOR#

The type of the None singleton.

COLOR_BURN#

The type of the None singleton.

COLOR_DODGE#

The type of the None singleton.

DARKEN#

The type of the None singleton.

DEFAULT#

The type of the None singleton.

DIFFERENCE#

The type of the None singleton.

EXCLUSION#

The type of the None singleton.

HARD_LIGHT#

The type of the None singleton.

HUE#

The type of the None singleton.

LIGHTEN#

The type of the None singleton.

LUMINOSITY#

The type of the None singleton.

MULTIPLY#

The type of the None singleton.

OVERLAY#

The type of the None singleton.

SATURATION#

The type of the None singleton.

SCREEN#

The type of the None singleton.

SOFT_LIGHT#

The type of the None singleton.