Tesla Graphics Engine Documentation (January 2012)
SetSolidColor Method (color)
TeslaTesla.SceneMeshSetSolidColor(Color)
Sets a single solid vertex color in the Mesh's MeshData, matching the number of vertices contained. If none are present, the method will return. If the geometry already has colors, it will update the vertex buffer and not reconstruct it.
Declaration Syntax
C#
public void SetSolidColor(
	Color color
)
Parameters
color (Color)
Color to set

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)