Microsoft DirectX 9.0 SDK Update (October 2004)

Caps.ShadeCaps Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves shading operation capabilities.

Definition

Visual Basic .NET Public ReadOnly Property ShadeCaps As ShadeCaps
C# public ShadeCaps ShadeCaps { get; }
Managed C++ public: __property ShadeCaps get_ShadeCaps();
JScript .NET 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).


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center