SetColor Data Member Function

Sets the vertex color at the specified index.

Prototype

int32 SetColor( int32 index, Color color )

Parameters

Parameter Type Parameter Name Documentation
int32indexThe index of the vertex color you wish to set.
<Color>colorThe new vertex color value you wish to set.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.