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

In This Topic
    colorMaterialType Enumeration
    In This Topic
    The color material type.
    Syntax
    'Declaration
     
    Public Enum colorMaterialType 
       Inherits System.Enum
    public enum colorMaterialType : System.Enum 
    Members
    MemberDescription
    Disabled Color material disabled.
    FrontAndBackFaceAmbient The color applies to the ambient component of both front and back faces.
    FrontAndBackFaceDiffuse The color applies to the diffuse component of both front and back faces.
    FrontFaceAmbient The color applies only to the ambient component of front faces.
    FrontFaceDiffuse The color applies only to the diffuse component of front faces.
    Remarks
    Call RenderContextBase.SetColorMaterial(System.Drawing.Color) to set the color and make it work properly for DirectX renderer.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Graphics.colorMaterialType

    See Also