Table of Contents

Class PrimitiveBlendEffect.Props

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Framework.dll
public sealed class PrimitiveBlendEffect.Props : CustomEffectProperties
Inheritance
PrimitiveBlendEffect.Props
Inherited Members

Constructors

Props()

Properties

BlendFactor

Parameters to the blend operations. The blend must use BlendFactor for this to be used.

BlendOperation

Specifies how to combine the RGB data sources.
The default is Add.

BlendOperationAlpha

Specifies how to combine the alpha data sources.
The default is Add.

Destination
DestinationBlend

Specifies the second RGB data source and includes an optional preblend operation.
The default is InverseSourceAlpha.

DestinationBlendAlpha

Specifies the second alpha data source and includes an optional preblend operation. Blend options that end in Color are not allowed.
The default is InverseSourceAlpha.

SourceBlend

Specifies the first RGB data source and includes an optional preblend operation.
The default is One.

SourceBlendAlpha

Specifies the first alpha data source and includes an optional preblend operation. Blend options that end in Color are not allowed.
The default is One.

Sources

Methods

CreateImpl()
GetBlendDescription()
GetMaxInputs()
GetMinInputs()
SetBlendDescription(in BlendDescription)