ID2D1BlendTransform

<summary> An effect uses this interface to configure a blending operation. </summary>

Members

Functions

GetDescription
void GetDescription(D2D1_BLEND_DESCRIPTION* description)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetDescription
void SetDescription(const(D2D1_BLEND_DESCRIPTION)* description)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Inherited Members

From ID2D1ConcreteTransform

SetOutputBuffer
HRESULT SetOutputBuffer(D2D1_BUFFER_PRECISION bufferPrecision, D2D1_CHANNEL_DEPTH channelDepth)

<summary> Controls the output precision and channel-depth for this transform. </summary>

SetCached
void SetCached(BOOL isCached)

<summary> Controls whether the output of this transform is cached. </summary>

Meta