Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / multiColorType Enumeration

In This Topic
    multiColorType Enumeration
    In This Topic
    Multicolor enum type.
    Syntax
    'Declaration
     
    Public Enum multiColorType 
       Inherits System.Enum
    public enum multiColorType : System.Enum 
    Members
    MemberDescription
    FEM Clamps the total diffuse color before multiplying by the color, to simulate the texture color computation (for brighter colors), used by FemMesh
    Off Multicolor disabled
    On Color per vertex
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Graphics.multiColorType

    See Also