IndexedColor
Microsoft DirectX 9.0 SDK Update (October 2004)

IndexedColor


Consists of an index parameter and an RGBA color and is used for defining mesh vertex colors. The index defines the vertex to which the color is applied.

        template IndexedColor
        {
            < 1630B820-7842-11cf-8F52-0040333594A3 >
            DWORD index;
            ColorRGBA indexColor;
        } 

Where:



© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.