IDCompositionColorMatrixEffect 接口 (dcomp.h)
颜色矩阵效果会更改位图的 RGBA 值。
继承
IDCompositionColorMatrixEffect 接口继承自 IDCompositionFilterEffect。 IDCompositionColorMatrixEffect 还具有以下类型的成员:
方法
IDCompositionColorMatrixEffect 接口包含以下方法。
IDCompositionColorMatrixEffect::SetAlphaMode 设置颜色矩阵效果的输出的 alpha 模式。 |
IDCompositionColorMatrixEffect::SetClampOutput 指定在效果将颜色值传递给链中的下一个效果之前,是否将颜色值固定为 0 到 1。 |
IDCompositionColorMatrixEffect::SetMatrix 设置效果用于将图像的 RGBA 值相乘的矩阵。 |
IDCompositionColorMatrixEffect::SetMatrixElement 设置颜色矩阵的元素。 (重载 1/2) |
IDCompositionColorMatrixEffect::SetMatrixElement 设置颜色矩阵的元素。 (重载 2/2) |
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | dcomp.h |