IGrayScaleEffectiveData

IGrayScaleEffectiveData 接口

不可变对象,代表灰度效果。将所有效果颜色值转换为对应其亮度的灰色阴影。效果的 alpha(不透明度)值不受影响。

public interface IGrayScaleEffectiveData : IEffectEffectiveData

属性

名称描述
AsIEffectEffectiveData { get; }允许获取基础 IEffectEffectiveData 接口。只读 IEffectEffectiveData

另见