Click or drag to resize

ObjectAttributesDrawColor Method (RhinoDoc)

Gets an object's draw color, which is based on the object's color source

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Color DrawColor(
	RhinoDoc document
)

Parameters

document
Type: RhinoRhinoDoc
The object's documnt.

Return Value

Type: Color
The draw color.
See Also