DioDocs for PDF
WicPaletteType 列挙体

GrapeCity.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 : WicPaletteType 列挙体
Specifies the type of palette used for indexed pixel formats.
シンタックス
'宣言
 
Public Enum WicPaletteType 
   Inherits System.Enum
public enum WicPaletteType : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

GrapeCity.Documents.Imaging.Windows 名前空間