Mesh.VertexColors Property

MeshVertexColors Property

Gets access to the (optional) vertex color collection in this mesh.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public MeshVertexColorList VertexColors { get; }
Public ReadOnly Property VertexColors As MeshVertexColorList
	Get

Property Value

Type: MeshVertexColorList
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also