Caps.ShadeCaps Property |
Language: |
Retrieves shading operation capabilities.
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
Microsoft.DirectX.Direct3D.ShadeCaps
This property is read-only.
A ShadeCaps structure that contains shading operation capabilities.
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).
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