![]() |
![]() |
![]() |
XFileGuid.IndexedColor Field |
Language: |
Retrieves the globally unique identifier (GUID) for indexed color.
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
System.Guid . A Guid
This field is read-only.instance that contains the globally unique identifier (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.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center