Share via


ShadeCaps.SupportsSpecularGouraudRgb Property (Microsoft.DirectX.Direct3D)

Specifies whether the device supports Gouraud shading of specular highlights.

Definition

Visual Basic Public ReadOnly Property SupportsSpecularGouraudRgb As Boolean
C# public bool SupportsSpecularGouraudRgb { get; }
C++ public:
property bool SupportsSpecularGouraudRgb {
        bool get();
}
JScript public function get SupportsSpecularGouraudRgb() : boolean

Property Value

System.Boolean
Value that is true if the device supports Gouraud shading of specular highlights, or false if it does not.

This property is read-only.