Sets the vertex color at the specified index.
int32 SetColor( int32 index, Color color )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | index | The index of the vertex color you wish to set. |
| <Color> | color | The new vertex color value you wish to set. |
None published. Please look for an example in the Simdify Scripting Language code base.