AdjustPalette Class
Summary: Color palette adjustment class
Module: aspose.imaging.palettehelper
Full Name: aspose.imaging.palettehelper.AdjustPalette
Constructors
Name | Description |
---|---|
AdjustPalette() | Initializes a new instance of the AdjustPalette class |
Methods
Name | Description |
---|---|
get_close_image_palette(image, entries_count, color_quantization_method, color_compare_method) | Gets the close image palette. |
Constructor: AdjustPalette()
AdjustPalette()
Initializes a new instance of the AdjustPalette class
Method: get_close_image_palette(image, entries_count, color_quantization_method, color_compare_method) [static]
get_close_image_palette(image, entries_count, color_quantization_method, color_compare_method)
Gets the close image palette.
Parameters:
Parameter | Type | Description |
---|---|---|
image | RasterImage | The image. |
entries_count | int | The entries count. |
color_quantization_method | ColorQuantizationMethod | The color quantization method. |
color_compare_method | ColorCompareMethod | The color compare method. |
Returns
Type | Description |
---|---|
IColorPalette | Optimized for image palette |