PointCloudGetColors Method |
Copy all the point colors in this point cloud to an array.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Color[] GetColors()
Public Function GetColors As Color()
Return Value
Type:
ColorAn array containing all the colors in this point cloud.
See Also