ColorPaletteHelper.GetDownscalePalette

ColorPaletteHelper.GetDownscalePalette method

Get 256 color palette, composed from upper bits of initial image color values.

public static ColorPalette GetDownscalePalette(RasterImage image)
ParameterTypeDescription
imageRasterImageThe image.

Return Value

The ColorPalette.

See Also