PointCloud.GetColors Method

PointCloudGetColors Method

Copy all the point colors in this point cloud to an array.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Color[] GetColors()
Public Function GetColors As Color()

Return Value

Type: Color
An array containing all the colors in this point cloud.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also