ImageHelperQuantizerGetPalette Method |
Retrieve the palette for the quantized image.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax protected abstract ColorPalette GetPalette(
ColorPalette original
)
Parameters
- original
- Type: System.Drawing.ImagingColorPalette
Any old palette, this is overrwritten
Return Value
Type:
ColorPaletteThe new color palette
See Also