Click or drag to resize
DigitalRuneDRTextureProcessorOutputGamma Property
Gets or sets the gamma of the output 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 OutputGamma { get; set; }

Property Value

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