Click or drag to resize
DigitalRuneDRTextureProcessorInputGamma Property
Gets or sets the gamma of the input texture.

Namespace: DigitalRune.Graphics.Content.Pipeline
Assembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
Syntax
[DefaultValueAttribute(2,2f)]
public virtual float InputGamma { get; set; }

Property Value

Type: Single
The gamma of the input texture. The default value is 2.2.
See Also