| DRTextureProcessorScaleAlphaToCoverage Property |
Gets or sets a value indicating whether the alpha of the lower mipmap levels should be
scaled to achieve the same alpha test coverage as in the source image.
Namespace: DigitalRune.Graphics.Content.PipelineAssembly: 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 ScaleAlphaToCoverage { get; set; }
<DefaultValueAttribute(false)>
Public Overridable Property ScaleAlphaToCoverage As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
virtual property bool ScaleAlphaToCoverage {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(false)>]
abstract ScaleAlphaToCoverage : bool with get, set
[<DefaultValueAttribute(false)>]
override ScaleAlphaToCoverage : bool with get, set
Property Value
Type:
Boolean to scale the alpha values of the lower mipmap levels; otherwise,
.
See Also