Table of Contents

Struct BlendDescription

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Defines a blend description to be used in a particular blend transform.

public struct BlendDescription
Inherited Members

Remarks

This description closely matches the struct with some omissions and the addition of the blend factor in the description.

Fields

BlendFactor

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

public RawColor4 BlendFactor

Field Value

RawColor4

BlendOperation

Specifies how to combine the RGB data sources.

public BlendOperation BlendOperation

Field Value

BlendOperation

BlendOperationAlpha

Specifies how to combine the alpha data sources.

public BlendOperation BlendOperationAlpha

Field Value

BlendOperation

DestinationBlend

Specifies the second RGB data source and includes an optional preblend operation.

public Blend DestinationBlend

Field Value

Blend

DestinationBlendAlpha

Specifies the second alpha data source and includes an optional preblend operation. Blend options that end in _COLOR are not allowed.

public Blend DestinationBlendAlpha

Field Value

Blend

SourceBlend

Specifies the first RGB data source and includes an optional preblend operation.

public Blend SourceBlend

Field Value

Blend

SourceBlendAlpha

Specifies the first alpha data source and includes an optional preblend operation. Blend options that end in _COLOR are not allowed.

public Blend SourceBlendAlpha

Field Value

Blend