DioDocs for PDF
CreatePredefinedPalette メソッド

GrapeCity.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 > GcWicBitmap クラス : CreatePredefinedPalette メソッド
The desired pre-defined palette type.
The optional transparent color to add to the palette. If no transparent color is needed, use false. When initializing to a grayscale or black and white palette, set this parameter to false.
Creates one of the pre-defined palettes specified by PaletteType and optionally adds a transparent color.
シンタックス
'宣言
 
Public Function CreatePredefinedPalette( _
   ByVal paletteType As WicPaletteType, _
   ByVal addTransparentColor As System.Boolean _
) As GcWicBitmap.Palette
public GcWicBitmap.Palette CreatePredefinedPalette( 
   WicPaletteType paletteType,
   System.bool addTransparentColor
)

パラメータ

paletteType
The desired pre-defined palette type.
addTransparentColor
The optional transparent color to add to the palette. If no transparent color is needed, use false. When initializing to a grayscale or black and white palette, set this parameter to false.
解説
For palettes with less than 256 entries, the transparent entry is added to the end of the palette (that is, a 16-color palette becomes a 17-color palette). For palettes with 256 colors, the transparent palette entry will replace the last entry in the pre-defined palette.
参照

GcWicBitmap クラス
GcWicBitmap メンバ