ShadeCaps.SupportsAlphaGouraudBlend Property |
Language: |
Specifies whether the device supports an alpha component for Gouraud-blended transparency.
Visual Basic Public ReadOnly Property SupportsAlphaGouraudBlend As Boolean C# public bool SupportsAlphaGouraudBlend { get; } C++ public:
property bool SupportsAlphaGouraudBlend {
bool get();
}JScript public function get SupportsAlphaGouraudBlend() : boolean
System.Boolean
This property is read-only.
Value that is true if the device supports an alpha component for Gouraud-blended transparency, or false if it does not.
In this mode, the alpha color component of a primitive is provided at vertices and interpolated across a face along with the other color components.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center