| Package | Description |
|---|---|
| com.aspose.cad | |
| com.aspose.cad.imageoptions |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPsdColorPalette
The pasd color palette
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColorPalette
Defines an array of colors that make up a color palette.
|
| Modifier and Type | Method and Description |
|---|---|
static IColorPalette |
ColorPaletteHelper.create4Bit()
Creates the 4 bit color palette.
|
static IColorPalette |
ColorPaletteHelper.create4BitGrayscale(boolean minIsWhite)
Creates the 4 bit grayscale palette.
|
static IColorPalette |
ColorPaletteHelper.create8Bit()
Creates the 8 bit color palette.
|
static IColorPalette |
ColorPaletteHelper.create8BitGrayscale(boolean minIsWhite)
Creates the 8 bit grayscale palette.
|
static IColorPalette |
ColorPaletteHelper.createMonochrome()
Creates a monochrome color palette containing 2 colors only.
|
static IColorPalette |
ColorPaletteHelper.getCloseImagePalette(RasterImage image,
int entriesCount)
Gets color palette from raster image (palletizes image) in case the image does not have one.
|
IColorPalette |
RawDataSettings.getColorPalette()
Gets or sets the color palette
|
IColorPalette |
RasterCachedImage.getFormatSpecificPalette()
Gets palette from format-specific places
|
IColorPalette |
Image.getPalette()
Gets or sets the color palette.
|
| Modifier and Type | Method and Description |
|---|---|
static ColorPalette |
ColorPalette.copyPalette(IColorPalette colorPalette)
Copies the palette.
|
static ColorPalette |
ColorPalette.copyPalette(IColorPalette colorPalette,
boolean useCompactPalette)
Copies the palette.
|
void |
RasterCachedImage.dither(DitheringMethod ditheringMethod,
int bitsCount,
IColorPalette customPalette)
Performs dithering on the current image.
|
abstract void |
RasterImage.dither(DitheringMethod ditheringMethod,
int bitsCount,
IColorPalette customPalette)
Performs dithering on the current image.
|
void |
RawDataSettings.setColorPalette(IColorPalette value)
Gets or sets the color palette
|
void |
RasterCachedImage.setFormatSpecificPalette(IColorPalette newPalette)
Sets palette into format-specific places
|
void |
Image.setPalette(IColorPalette value)
Gets or sets the color palette.
|
void |
RasterImage.setPalette(IColorPalette palette,
boolean updateColors)
Sets the image palette.
|
| Modifier and Type | Method and Description |
|---|---|
IColorPalette |
ImageOptionsBase.getPalette()
Gets or sets the color palette.
|
IColorPalette |
TiffOptions.getPalette()
Gets or sets the color palette.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageOptionsBase.setPalette(IColorPalette value)
Gets or sets the color palette.
|
void |
TiffOptions.setPalette(IColorPalette value)
Gets or sets the color palette.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.