colorType Enumeration

The type of color that needs to be set.
Members
 
  Member name Description
ColorFrontMaterialAmbient Sets the DrawParams.InsideColor and DrawParams.InsideSelectionColor on the Ambient component of the front material for both selected and not selected entities.
ColorFrontMaterialAmbientAndDiffuse Sets the DrawParams.InsideColor and DrawParams.InsideSelectionColor on the Ambient and Diffuse components of the front material for both selected and not selected entities.
ColorWireFrameSelected_ColorFrontMaterialAmbientDiffuse_ColorBackMaterialDiffuseNotSelected Sets DrawParams.InsideSelectionColor as wireframe color (no lighting) for selected entities. Sets DrawParams.InsideColor on the Ambient and Diffuse components of the front material and the Diffuse component of the back material for not selected entities.
ColorWireFrameSelected_ColorFrontMaterialAmbientNotSelected Sets the wireframe color (no lighting) using DrawParams.InsideSelectionColor for selected entities and the front material Ambient component using DrawParams.InsideColor for not selected entities.
Rendered Sets the material using DrawParams.InsideMaterial for not selected entities and DrawParams.InsideSelectionMaterial for selected entities.
Shaded Sets DrawParams.InsideColor as shaded color for not selected entities and DrawParams.InsideSelectionColor for selected entities.
Wireframe Sets DrawParams.InsideColor as wireframe color (no lighting) for not selected entities and DrawParams.InsideSelectionColor for selected entities.

In this article

Definition