AddHSLEffect
ImageTransformOperationCollection.AddHSLEffect method
将新的色相/饱和度/亮度效果添加到集合的末尾。
public IHSL AddHSLEffect(float hue, float saturation, float luminance)
范围 | 类型 | 描述 |
---|---|---|
hue | Single | 调整色调的度数。 |
saturation | Single | 调整饱和度的百分比。 |
luminance | Single | 调整亮度的百分比。 |
返回值
集合中新图像效果的索引。
也可以看看
- interface IHSL
- class ImageTransformOperationCollection
- 命名空间 Aspose.Slides.Effects
- 部件 Aspose.Slides