Retrieve the palette for the quantized image

Namespace: DotNetNuke.Services.GeneratedImage.ImageQuantization
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected abstract ColorPalette GetPalette(
	ColorPalette original
)
Visual Basic
Protected MustOverride Function GetPalette ( 
	original As ColorPalette
) As ColorPalette

Parameters

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

Return Value

The new color palette

See Also