HueSaturationEffect.Saturation Property
Gets or sets the value that the saturation component of the color in HSL space will be scaled with.
Syntax
public System.Double Saturation { get; set; }
Property Value
Default: 1.0
The value that the saturation component of the color in HSL color space will be scaled with.
Remarks
Converts the color to HSL color space, scales saturation of the color with the value of the saturation property, and converts the color back to RGB again.
Platforms
Windows, Linux, Android