IDCompositionSaturationEffect::SetSaturation (float) 方法 (dcomp.h)
设置图像的饱和度。
语法
HRESULT SetSaturation(
[in] float ratio
);
参数
[in] ratio
类型: float
图像的饱和度。 可以将饱和度设置为介于 0 和 1 之间的值。 如果将其设置为 1,则输出图像将完全饱和。 如果将其设置为 0,则输出图像为单色。 饱和值为无单位。 效果根据此处公式中的饱和值 () 使用以下公式计算颜色矩阵:
返回值
类型: HRESULT
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | dcomp.h |
Library | Dcomp.lib |
DLL | Dcomp.dll |