IDCompositionColorMatrixEffect interface (dcomp.h)

The color matrix effect alters the RGBA values of a bitmap.

Inheritance

The IDCompositionColorMatrixEffect interface inherits from IDCompositionFilterEffect. IDCompositionColorMatrixEffect also has these types of members:

Methods

The IDCompositionColorMatrixEffect interface has these methods.

 
IDCompositionColorMatrixEffect::SetAlphaMode

Sets the alpha mode of the output for the color matrix effect.
IDCompositionColorMatrixEffect::SetClampOutput

Specifies whether the effect clamps color values to between 0 and 1 before the effects passes the values to the next effect in the chain.
IDCompositionColorMatrixEffect::SetMatrix

Sets the matrix used by the effect to multiply the RGBA values of the image.
IDCompositionColorMatrixEffect::SetMatrixElement

Sets an element of the color matrix. (overload 1/2)
IDCompositionColorMatrixEffect::SetMatrixElement

Sets an element of the color matrix. (overload 2/2)

Requirements

Requirement Value
Target Platform Windows
Header dcomp.h

See also

IDCompositionFilterEffect