AddTintEffect
ImageTransformOperationCollection.AddTintEffect 方法
将新的 Tint 效果添加到集合的末尾。
public ITint AddTintEffect(float hue, float amount)
参数 | 类型 | 描述 |
---|---|---|
hue | Single | 要调 tint 的色相。 |
amount | Single | 指定颜色值偏移的量。 |
返回值
新图像效果在集合中的索引。
将新的 Tint 效果添加到集合的末尾。
public ITint AddTintEffect(float hue, float amount)
参数 | 类型 | 描述 |
---|---|---|
hue | Single | 要调 tint 的色相。 |
amount | Single | 指定颜色值偏移的量。 |
新图像效果在集合中的索引。