Nevron .NET Vision
Nevron.GraphicsCore Namespace / ColorType Enumeration


In This Topic
    ColorType Enumeration
    In This Topic
    Enumerates the possible color types
    Syntax
    'Declaration
     
    
    Public Enum ColorType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ColorType
    public enum ColorType : System.Enum 
    Members
    MemberDescription
    ARGBRepresents an ARGB color
    IndexedRepresents an indexed (palette) color
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.GraphicsCore.ColorType

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also