Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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