Click or drag to resize

ObjectColorSource Enumeration

Defines enumerated values for the source of display color of single objects.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum ObjectColorSource
Members
  Member nameValueDescription
ColorFromLayer0use color assigned to layer.
ColorFromObject1use color assigned to object.
ColorFromMaterial2use diffuse render material color.
ColorFromParent3 for objects with parents (like objects in instance references, use parent linetype) if no parent, treat as color_from_layer.
See Also