![]() |
![]() |
![]() |
ShadeCaps.SupportsColorGouraudRgb Property |
Language: |
Specifies whether the device supports colored Gouraud shading in the RGB color model.
Visual Basic Public ReadOnly Property SupportsColorGouraudRgb As Boolean C# public bool SupportsColorGouraudRgb { get; } C++ public:
property bool SupportsColorGouraudRgb {
bool get();
}JScript public function get SupportsColorGouraudRgb() : boolean
System.Boolean
This property is read-only.
Value that is true if the device supports colored Gouraud shading in the RGB color model, or false if it does not.
In this mode, the color component for a primitive is provided at vertices and interpolated across a face along with the other color components. In the RGB lighting model, the red, green, and blue components are interpolated.
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