FreeImage.NET Class Library Reference
|
FreeImageColorQuantizeEx Method |
Overload List
| Name | Description | |
|---|---|---|
|
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.
|
|
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.
|
|
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.
|
See Also