Click or drag to resize

QuantizerGetPalette Method

Retrieve the palette for the quantized image

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected abstract ColorPalette GetPalette(
	ColorPalette original
)

Parameters

original
Type: System.Drawing.ImagingColorPalette
Any old palette, this is overrwritten

Return Value

Type: ColorPalette
The new color palette
See Also