Property InputGamma
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.dll
InputGamma
Indicates the gamma of the input image, and for the output. The effect works in linear gamma space, so if the input image is
known to be linear, the Linear value should be used to prevent sRGB to linear conversions
from being performed on the input, and linear to sRGB conversions being performed for the output.
The default value is Srgb.
public EffectPropertyAccessor<PdnVignetteInputGamma> InputGamma { get; }