Table of Contents

Property Saturation

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Core.dll

Saturation

The saturation of the image. You can set the saturation to a value between 0 and 1. If you set it to 1 the output image is fully saturated. If you set it to 0 the output image is monochrome. The saturation value is unitless.
The default value is 0.5f.

public EffectPropertyAccessor<float> Saturation { get; }

Property Value

EffectPropertyAccessor<float>