Struct BlendDescription
Defines a blend description to be used in a particular blend transform.
public struct BlendDescription
- Inherited Members
Remarks
This description closely matches the
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
BlendOperationAlpha
Specifies how to combine the alpha data sources.
public BlendOperation BlendOperationAlpha
Field Value
DestinationBlend
Specifies the second RGB data source and includes an optional preblend operation.
public Blend DestinationBlend
Field Value
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
SourceBlend
Specifies the first RGB data source and includes an optional preblend operation.
public Blend SourceBlend
Field Value
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