RenderStateManager.ReferenceAlpha Property |
Language: |
Specifies a reference alpha value against which pixels are tested when alpha testing is enabled.
Visual Basic Public Property ReferenceAlpha As Integer C# public int ReferenceAlpha { get; set; } C++ public:
property int ReferenceAlpha {
int get();
void set(int value);
}JScript public function get ReferenceAlpha() : int
public function set ReferenceAlpha(int);
System.Int32
This property is read/write.
Integer that specifies the reference alpha value to set or retrieve.
The default value is 0.
Values can range from 0x00000000 to 0x000000FF.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.