ColorExtensions.WithSaturation(Color, Single) 方法

定义

基于此颜色创建新颜色,但新饱和度 (0-100) 。

public static System.Drawing.Color WithSaturation (this System.Drawing.Color color, float saturation);

参数

color
System.Drawing.Color

用作底色的颜色。

saturation
System.Single

要设置 0-100 的饱和度。

返回

System.Drawing.Color

新颜色。

适用于