Click or drag to resize
ImageHelperQuantizerGetPalette Method
Retrieve the palette for the quantized image.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
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