DioDocs for PDF
MergePalettes メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス : MergePalettes メソッド
Palette entries with Alpha less than the specified value (between 0 and 255) are skipped.
A set of palettes with sorted arrays of unique colors.
Merges sorted arrays of unique colors in 32-bit ARGB format (returned from ExtractColors)
シンタックス
'宣言
 
Public Shared Function MergePalettes( _
   ByVal minimalAlpha As System.Integer, _
   ByVal ParamArray palettes() As System.UInteger _
) As System.UInteger()
public static System.uint[] MergePalettes( 
   System.int minimalAlpha,
   params System.uint[] palettes
)

パラメータ

minimalAlpha
Palette entries with Alpha less than the specified value (between 0 and 255) are skipped.
palettes
A set of palettes with sorted arrays of unique colors.

戻り値の型

A sorted array with unique colors presented in one palette at least.
参照

GcBitmap クラス
GcBitmap メンバ