Caps.ShadeCaps Property (Microsoft.DirectX.Direct3D)
Retrieves shading operation capabilities.
Definition
Visual Basic Public ReadOnly Property ShadeCaps As ShadeCaps C# public ShadeCaps ShadeCaps { get; } C++ public:
property ShadeCaps ShadeCaps {
ShadeCaps get();
}JScript public function get ShadeCaps() : ShadeCaps
Property Value
Microsoft.DirectX.Direct3D.ShadeCaps
A ShadeCaps structure that contains shading operation capabilities.This property is read-only.
Remarks
Generally, it is assumed that if a device supports a shading operation at all, it at least supports flat shading. For more information, see ShadeMode.
When alpha components are not supported, the alpha value of generated colors is implicitly 255. This is the maximum possible alpha (that is, the alpha component is at full intensity).