Merges sorted arrays of unique colors in 32-bit ARGB format (returned from
ExtractColors)
public static System.uint[] MergePalettes(
System.int ,
params System.uint[]
)
'宣言
Public Shared Function MergePalettes( _
ByVal As System.Integer, _
ByVal ParamArray () As System.UInteger _
) As System.UInteger()
パラメータ
- 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.