Overload List

  NameDescription
ColorQuantizeEx(FIBITMAP, FREE_IMAGE_QUANTIZE, Int32, Int32, array<RGBQUAD>[]()[])
ColorQuantizeEx is an extension to the ColorQuantize(FIBITMAP, FREE_IMAGE_QUANTIZE) method that provides additional options used to quantize a 24-bit image to any number of colors (up to 256), as well as quantize a 24-bit image using a partial or full provided palette.
ColorQuantizeEx(FIBITMAP, FREE_IMAGE_QUANTIZE, Int32, array<RGBQUAD>[]()[], Boolean)
ColorQuantizeEx is an extension to the ColorQuantize(FIBITMAP, FREE_IMAGE_QUANTIZE) method that provides additional options used to quantize a 24-bit image to any number of colors (up to 256), as well as quantize a 24-bit image using a provided palette.
ColorQuantizeEx(FIBITMAP, FREE_IMAGE_QUANTIZE, Int32, array<RGBQUAD>[]()[], Int32)
ColorQuantizeEx is an extension to the ColorQuantize(FIBITMAP, FREE_IMAGE_QUANTIZE) method that provides additional options used to quantize a 24-bit image to any number of colors (up to 256), as well as quantize a 24-bit image using a partial or full provided palette.

See Also