Click or drag to resize
DigitalRuneDRTextureProcessorReferenceAlpha Property
Gets or sets the reference alpha value, which is used in the alpha test.

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(0,9f)]
public virtual float ReferenceAlpha { get; set; }

Property Value

Type: Single
The reference alpha value, which is used in the alpha test.
See Also