![]() |
![]() |
![]() |
XFileGuid.IndexedColor Field |
Language: |
Retrieves the globally unique identifier (GUID) for indexed color.
Visual Basic Public Shared IndexedColor As Guid C# public static Guid IndexedColor; C++ public: static Guid IndexedColor; JScript public static var IndexedColor : Guid
System.Guid
This field is read-only.
A Guidinstance that contains the GUID for indexed color templates.
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#]Where:
template IndexedColor { < 1630B820-7842-11cf-8F52-0040333594A3 > DWORD index; ColorRGBA indexColor; }
- index - A DWORD. See the description above.
- indexColor - A ColorRgba template.
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