CreateHSL

ImageTransformOperationFactory.CreateHSL 方法

创建色调饱和度亮度效果。

public IHSL CreateHSL(float hue, float saturation, float luminance)
参数类型描述
hueSingle色调。
saturationSingle饱和度。
luminanceSingle亮度。

返回值

HSL 效果。

另见