Microsoft DirectX 9.0 SDK Update (October 2004)

XFileGuid.IndexedColor Field

Language:

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

Retrieves the globally unique identifier (GUID) for indexed color.

Definition

Visual Basic .NET Public Shared IndexedColor As Guid
C# public static Guid IndexedColor;
Managed C++ public: static Guid IndexedColor;
JScript .NET public static var IndexedColor : Guid

Field Value

System.Guid . A Guid Leave Site instance that contains the globally unique identifier (GUID) for indexed color templates.

This field is read-only. 

Remarks

An index color template contains an index parameter and an RGBA color, and is used to define mesh vertex colors. The index defines the vertex to which the color is applied, as shown in the following example.

[C#]
template IndexedColor { < 1630B820-7842-11cf-8F52-0040333594A3 > DWORD index; ColorRGBA indexColor; }
Where:


© 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