IDCompositionColorMatrixEffect interface
The color matrix effect alters the RGBA values of a bitmap.
Members
The IDCompositionColorMatrixEffect interface inherits from IDCompositionFilterEffect. IDCompositionColorMatrixEffect also has these types of members:
Methods
The IDCompositionColorMatrixEffect interface has these methods.
| Method | Description |
|---|---|
| SetAlphaMode |
Sets the alpha mode of the output for the color matrix effect. |
| 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. |
| SetMatrix |
Sets the matrix used by the effect to multiply the RGBA values of the image. |
| SetMatrixElement | Overloaded. Sets an element of the color matrix. |
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
See also