SaturationLevel

EmfPlusHueSaturationLightnessEffect.SaturationLevel property

Gets or sets the Specifies the adjustment to the saturation. -100 ≤ value < 0 Negative values specify decreasing saturation. 0 A value of 0 specifies that the saturation MUST NOT change. 0 < value ≤ 100 Positive values specify increasing saturation.

public int SaturationLevel { get; set; }

Property Value

The saturation level.

See Also