Class BlendingParameters

Contains information about how a drawable should be blended into its destination.

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 = ...

Accessors

Methods

  • Any properties marked as inherited will have their blending mode changed to the default type. This can occur when a root element is set to inherited.

    Returns void