XFileGuid.IndexedColor Field

Language:

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

Definition

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

Field Value

System.Guid
A Guid Leave Site instance that contains the 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:


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