ComponentOne Bitmap for UWP
PaletteType Enumeration

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace : PaletteType Enumeration
Specifies the type of palette used for indexed pixel formats.
Syntax
'Declaration
 
Public Enum PaletteType 
   Inherits System.Enum
public enum PaletteType : 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
         C1.Xaml.Bitmap.PaletteType

See Also

Reference

C1.Xaml.Bitmap Namespace