?/TD>
Microsoft DirectX 9.0

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:



© 2002 Microsoft Corporation. All rights reserved.