Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / WicPaletteType Enumeration

In This Topic
    WicPaletteType Enumeration
    In This Topic
    Specifies the type of palette used for indexed pixel formats.
    Syntax
    'Declaration
     
    Public Enum WicPaletteType 
       Inherits System.Enum
    public enum WicPaletteType : System.Enum 
    Members
    MemberDescription
    CustomAn arbitrary custom palette provided by caller.
    FixedBWA black and white palette.
    FixedGray16A palette that has 16 shades of gray.
    FixedGray256A palette that has 256 shades of gray.
    FixedGray4A palette that has 4 shades of gray.
    FixedHalftone125A palette that has 5 intensity levels of each primary: 125-color on-off primaries and the 16 system colors added. With duplicates removed, 133 colors are available.
    FixedHalftone216A palette that has 6 intensity levels of each primary: 216-color on-off primaries and the 16 system colors added. With duplicates removed, 224 colors are available.
    FixedHalftone252A palette that has its 252-color on-off primaries and the 16 system colors added. With duplicates removed, 256 colors are available.
    FixedHalftone256A palette that has its 256-color on-off primaries and the 16 system colors added. With duplicates removed, 256 colors are available.
    FixedHalftone27A palette that has 3 intensity levels of each primary: 27-color on-off primaries and the 16 system colors added. With duplicates removed, 35 colors are available.
    FixedHalftone64A palette that has 4 intensity levels of each primary: 64-color on-off primaries and the 16 system colors added. With duplicates removed, 72 colors are available.
    FixedHalftone8A palette that has its 8-color on-off primaries and the 16 system colors added. With duplicates removed, 16 colors are available.
    FixedWebPaletteA palette that has 6 intensity levels of each primary: 216-color on-off primaries and the 16 system colors added. With duplicates removed, 224 colors are available.
    MedianCutAn optimal palette generated using a median-cut algorithm. Derived from the colors in an image.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Imaging.Windows.WicPaletteType

    See Also