Click or drag to resize

PointCloudItemColor Property

Gets or sets the color of this point cloud item. If this point cloud item does not have a color, System.Drawing.Color.Black is returned.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Color Color { get; set; }

Property Value

Type: Color
See Also