RenderStateManager.ReferenceAlpha Property

Language:

Note: This documentation is preliminary and is subject to change.

Specifies a reference alpha value against which pixels are tested when alpha testing is enabled.

Definition

Visual Basic .NET Public Property ReferenceAlpha As Integer
C# public int ReferenceAlpha { get; set; }
Managed C++ public: __property int get_ReferenceAlpha();
public: __property void set_ReferenceAlpha(int);
JScript .NET public function get ReferenceAlpha() : int
public function set ReferenceAlpha(int);

Property Value

System.Int32 . Integer that specifies the reference alpha value to set or retrieve.

This property is read/write. 

Remarks

The default value is 0.

Values can range from 0x00000000 to 0x000000FF.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.