MeshVertexColorListAppendColors Method |
Appends a collection of colors to the vertex color list.
For the Mesh to be valid, the number of colors must match the number of vertices.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic bool AppendColors(
Color[] colors
)
Public Function AppendColors (
colors As Color()
) As Boolean
Parameters
- colors
- Type: System.DrawingColor
Colors to append.
Return Value
Type:
Booleantrue on success, false on failure.
See Also