FreeImage.ColorQuantizeEx Method

FreeImage.NET

FreeImageColorQuantizeEx Method
Overload List
  Name Description
Public method Static member ColorQuantizeEx(FIBITMAP, FREE_IMAGE_QUANTIZE, Int32, 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.
Public method Static member ColorQuantizeEx(FIBITMAP, FREE_IMAGE_QUANTIZE, Int32, 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.
Public method Static member ColorQuantizeEx(FIBITMAP, FREE_IMAGE_QUANTIZE, Int32, Int32, 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.
Top
See Also