Table of Contents

Property InputGamma

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

InputGamma

Indicates the gamma of the input image. 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.
The default value is Srgb.

public EffectPropertyAccessor<HighlightsAndShadowsInputGamma> InputGamma { get; }

Property Value

EffectPropertyAccessor<HighlightsAndShadowsInputGamma>