MeshVertexColorListAdd Method (Color) |
Adds a new vertex color to the end of the color list.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic int Add(
Color color
)
Public Function Add (
color As Color
) As Integer
Parameters
- color
- Type: System.DrawingColor
Color to append, Alpha channels will be ignored.
Return Value
Type:
Int32The index of the newly added color.
See Also