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:

  • index - A DWORD. See the description above.
  • indexColor - A ColorRGBA template. See ColorRGBA.

See also

Templates