Click or drag to resize
DigitalRuneDRMaterialProcessorInputTextureGamma Property
Gets or sets the gamma of the input textures.

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 InputTextureGamma { get; set; }

Property Value

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