colorType Enumeration

The type of color that needs to be set.
Fields
 
Name Value Description
ColorFrontMaterialAmbient 5 Sets the DrawParams.InsideColor and DrawParams.InsideSelectionColor on the Ambient component of the front material for both selected and not selected entities.
ColorFrontMaterialAmbientAndDiffuse 4 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 3 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 6 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 2 Sets the material using DrawParams.InsideMaterial for not selected entities and DrawParams.InsideSelectionMaterial for selected entities.
Shaded 1 Sets DrawParams.InsideColor as shaded color for not selected entities and DrawParams.InsideSelectionColor for selected entities.
Wireframe 0 Sets DrawParams.InsideColor as wireframe color (no lighting) for not selected entities and DrawParams.InsideSelectionColor for selected entities.

In this article

Definition