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

In This Topic
    textureEnvironmentType Enumeration
    In This Topic
    Texture environment type.
    Syntax
    'Declaration
     
    Public Enum textureEnvironmentType 
       Inherits System.Enum
    public enum textureEnvironmentType : System.Enum 
    Members
    MemberDescription
    Decal The texture color is mixed with the object color, depending on the texture's transparency.
    Modulate The texture color is multiplied by the object color.
    Replace The texture color is used as is.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Graphics.textureEnvironmentType

    See Also