RenderStateManager.ReferenceAlpha Property |
Language: |
Specifies a reference alpha value against which pixels are tested when alpha testing is enabled.
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);
System.Int32 . Integer that specifies the reference alpha value to set or retrieve.
This property is read/write.
The default value is 0.
Values can range from 0x00000000 to 0x000000FF.
Feedback? Please provide us with your comments on this topic.