Click or drag to resize
DigitalRuneDRMaterialProcessorScaleTextureAlphaToCoverage Property
Gets or sets a value indicating whether the alpha of the textures should be scaled to achieve the same alpha test coverage as in the source images.

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(false)]
public virtual bool ScaleTextureAlphaToCoverage { get; set; }

Property Value

Type: Boolean
to scale the alpha values of the textures; otherwise, .
See Also