Options
All
  • Public
  • Public/Protected
  • All
Menu

Contains information about how a blend mode operation should be blended into its destination.

Hierarchy

  • BlendingParameters

Index

Constructors

Properties

alphaEquation: BlendingEquation

Gets or sets the blending equation to use for the alpha component of the blend.

destination: BlendingType

The blending factor for the destination color of the blend.

destinationAlpha: BlendingType

The blending factor for the destination alpha of the blend.

rgbEquation: BlendingEquation

Gets or sets the blending equation to use for the RGB components of the blend.

source: BlendingType

The blending factor for the source color of the blend.

sourceAlpha: BlendingType

The blending factor for the source alpha of the blend.

additive: BlendingParameters = ...
inherit: BlendingParameters = ...
mixture: BlendingParameters = ...
none: BlendingParameters = ...

Generated using TypeDoc