[]
In-place effect that alters the saturation of an image.
public class SaturationEffect : ColorMatrixEffect
Returns an instance of the SaturationEffect class.
public static SaturationEffect Get(float saturation)
saturation
floatThe saturation of the image between 0.0f (monochrome) and 1.0f (fully saturated).