IDCompositionColorMatrixEffect

An IDCompositionColorMatrixEffect interface represents a color matrix filter effect

Members

Functions

SetAlphaMode
HRESULT SetAlphaMode(D2D1_COLORMATRIX_ALPHA_MODE mode)

Changes the alpha mode

SetClampOutput
HRESULT SetClampOutput(BOOL clamp)

Sets the clamp output property

SetMatrix
HRESULT SetMatrix(const(D2D1_MATRIX_5X4_F)* matrix)

Changes all values of the matrix for a color transform

SetMatrixElement
HRESULT SetMatrixElement(int row, int column, float value)

Changes a single element of the matrix of this color transform.

SetMatrixElement
HRESULT SetMatrixElement(int row, int column, IDCompositionAnimation animation)

Animates a single element of the matrix of this color transform.

Inherited Members

From IDCompositionFilterEffect

SetInput
HRESULT SetInput(UINT index, IUnknown input, UINT flags)

Sets the input at the given index to the filterEffect (NULL will use source visual, unless flagged otherwise)

Meta