VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / PaletteType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PaletteType Enumeration
    In This Topic
    Specifies available image palette formats.
    Syntax
    'Declaration
    
    Public Enum PaletteType
       Inherits System.Enum
    
    
    public enum PaletteType : System.Enum
    
    
    __value public enum PaletteType : public System.Enum
    
    
    public enum class PaletteType : public System.Enum
    
    
    Members
    MemberDescription
    AdaptivePalette is created automatically from the source image.
    WebWeb palette is used. Each color component (R, G, B) can have one of the following values: 0, 51, 102, 153, 204, 255. Palette contains 216 colors.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.ImageProcessing.PaletteType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also