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; }
Public Property Color As Color
Get
Set
Property Value
Type:
ColorSee Also