Click or drag to resize
DigitalRuneDRMaterialProcessor.PremultiplyTextureAlpha Property
Gets or sets a value indicating whether alpha premultiply of textures is enabled.

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

Property Value

Type: Boolean
true if alpha premultiply is enabled; otherwise, false.
See Also