Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / colorType Enumeration

In This Topic
    colorType Enumeration
    In This Topic
    The type of color that needs to be set.
    Syntax
    'Declaration
     
    Public Enum colorType 
       Inherits System.Enum
    public enum colorType : System.Enum 
    Members
    MemberDescription
    ColorFrontMaterialAmbientSets the DrawParams.InsideColor and DrawParams.InsideSelectionColor on the Ambient component of the front material for both selected and not selected entities.
    ColorFrontMaterialAmbientAndDiffuseSets 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_ColorBackMaterialDiffuseNotSelectedSets 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_ColorFrontMaterialAmbientNotSelectedSets the wireframe color (no lighting) using DrawParams.InsideSelectionColor for selected entities and the front material Ambient component using DrawParams.InsideColor for not selected entities.
    RenderedSets the material using DrawParams.InsideMaterial for not selected entities and DrawParams.InsideSelectionMaterial for selected entities.
    ShadedSets DrawParams.InsideColor as shaded color for not selected entities and DrawParams.InsideSelectionColor for selected entities.
    WireframeSets DrawParams.InsideColor as wireframe color (no lighting) for not selected entities and DrawParams.InsideSelectionColor for selected entities.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.colorType

    See Also