Table of Contents

Property ColorRange

Namespace
PaintDotNet.Effects.Gpu
Assembly
PaintDotNet.Effects.Gpu.dll

ColorRange

Specifies the color range. This is used to increase brightness and decrease contrast.
The range is [-0.2, +0.2], which corresponds to the UI's range of [-20, +20]. The default value is 0.

public EffectPropertyAccessor<float> ColorRange { get; }

Property Value

EffectPropertyAccessor<float>