Uses of Interface
com.aspose.imaging.interfaces.IColorPalette

Packages that use IColorPalette
com.aspose.imaging   
com.aspose.imaging.createoptions   
com.aspose.imaging.fileformats.bmp   
com.aspose.imaging.fileformats.gif   
com.aspose.imaging.fileformats.gif.blocks   
com.aspose.imaging.fileformats.psd   
com.aspose.imaging.interfaces   
com.aspose.imaging.saveoptions   
 

Uses of IColorPalette in com.aspose.imaging
 

Classes in com.aspose.imaging that implement IColorPalette
 class ColorPalette
           Defines an array of colors that make up a color palette.
 

Methods in com.aspose.imaging that return IColorPalette
 IColorPalette Image.getPalette()
           Gets or sets the color palette.
 

Methods in com.aspose.imaging with parameters of type IColorPalette
 void ImageAttributes.getAdjustedPalette(IColorPalette palette, int type)
           Adjusts the colors in a palette according to the adjustment settings of a specified category.
protected  void Image.onPaletteChanged(IColorPalette oldPalette, IColorPalette newPalette)
           Called when palette is changed.
protected  void Image.onPaletteChanging(IColorPalette oldPalette, IColorPalette newPalette)
           Called when palette is changing.
 void Image.setPalette(IColorPalette value)
           
abstract  void Image.setPalette(IColorPalette palette, boolean updateColors)
           Sets the image palette.
 void RasterImage.setPalette(IColorPalette palette, boolean updateColors)
           Sets the image palette.
 

Constructors in com.aspose.imaging with parameters of type IColorPalette
Image(IColorPalette colorPalette, boolean useCompactPalette)
           Initializes a new instance of the Image class.
RasterImage(IColorPalette colorPalette, boolean useCompactPalette)
           Initializes a new instance of the RasterImage class.
 

Uses of IColorPalette in com.aspose.imaging.createoptions
 

Methods in com.aspose.imaging.createoptions that return IColorPalette
 IColorPalette ImageCreateOptions.getPalette()
           Gets the color palette.
 

Methods in com.aspose.imaging.createoptions with parameters of type IColorPalette
 void ImageCreateOptions.setPalette(IColorPalette value)
           Sets the color palette.
 

Uses of IColorPalette in com.aspose.imaging.fileformats.bmp
 

Methods in com.aspose.imaging.fileformats.bmp with parameters of type IColorPalette
protected  void BmpImage.onPaletteChanged(IColorPalette oldPalette, IColorPalette newPalette)
           Called when palette is changed.
protected  void BmpImage.onPaletteChanging(IColorPalette oldPalette, IColorPalette newPalette)
           Called when palette is changing.
 

Constructors in com.aspose.imaging.fileformats.bmp with parameters of type IColorPalette
BmpImage(BmpStreamHeader bmpStreamHeader, IColorPalette colorPalette, boolean useCompactPalette)
           Initializes a new instance of the BmpImage class.
 

Uses of IColorPalette in com.aspose.imaging.fileformats.gif
 

Methods in com.aspose.imaging.fileformats.gif with parameters of type IColorPalette
protected  void GifImage.onPaletteChanged(IColorPalette oldPalette, IColorPalette newPalette)
           Called when palette is changed.
protected  void GifImage.onPaletteChanging(IColorPalette oldPalette, IColorPalette newPalette)
           Called when palette is changing.
 

Constructors in com.aspose.imaging.fileformats.gif with parameters of type IColorPalette
GifImage(GifHeader gifHeader, IGifBlock[] blocks, IColorPalette colorPalette, boolean useCompactPalette, boolean hasTrailer, GifFrameBlock activeFrame, boolean changesOccured)
           Initializes a new instance of the GifImage class.
 

Uses of IColorPalette in com.aspose.imaging.fileformats.gif.blocks
 

Methods in com.aspose.imaging.fileformats.gif.blocks with parameters of type IColorPalette
static byte GifFrameBlock.createFlags(IColorPalette colorPalette, boolean isPaletteSorted, boolean isGifFrameInterlaced)
           Creates the flags.
protected  void GifFrameBlock.onPaletteChanged(IColorPalette oldPalette, IColorPalette newPalette)
           Called when palette is changed.
 

Constructors in com.aspose.imaging.fileformats.gif.blocks with parameters of type IColorPalette
GifFrameBlock(int left, int top, int width, int height, IColorPalette colorPalette, boolean isPaletteSorted, boolean isGifFrameInterlaced, byte bitsPerPixel)
           Initializes a new instance of the GifFrameBlock class.
GifFrameBlock(Stream dataStream, int left, int top, int width, int height, IColorPalette colorPalette, boolean isPaletteSorted, boolean isGifFrameInterlaced, byte bitsPerPixel)
           Initializes a new instance of the GifFrameBlock class.
 

Uses of IColorPalette in com.aspose.imaging.fileformats.psd
 

Classes in com.aspose.imaging.fileformats.psd that implement IColorPalette
 class PsdColorPalette
           The psd color palette.
 

Methods in com.aspose.imaging.fileformats.psd with parameters of type IColorPalette
protected  void PsdImage.onPaletteChanged(IColorPalette oldPalette, IColorPalette newPalette)
           Called when palette is changed.
 

Constructors in com.aspose.imaging.fileformats.psd with parameters of type IColorPalette
PsdColorPalette(IColorPalette colorPalette)
           Initializes a new instance of the PsdColorPalette class.
PsdColorPalette(IColorPalette colorPalette, short transparentIndex)
           Initializes a new instance of the PsdColorPalette class.
PsdImage(PsdHeader psdHeader, ColorData colorData, ImageResources imageResources, LayerAndMaskInfo layerAndMaskInfo, ImageData imageData, IColorPalette colorPalette, boolean useCompactPalette, int version)
           Initializes a new instance of the PsdImage class.
 

Uses of IColorPalette in com.aspose.imaging.interfaces
 

Subinterfaces of IColorPalette in com.aspose.imaging.interfaces
 interface IPsdColorPalette
           The pasd color palette
 

Uses of IColorPalette in com.aspose.imaging.saveoptions
 

Methods in com.aspose.imaging.saveoptions that return IColorPalette
 IColorPalette BmpSaveOptions.getPalette()
           Gets the palette.
 IColorPalette GifSaveOptions.getPalette()
           Gets the color palette.
 

Methods in com.aspose.imaging.saveoptions with parameters of type IColorPalette
 void BmpSaveOptions.setPalette(IColorPalette value)
           Sets the palette.
 void GifSaveOptions.setPalette(IColorPalette value)
           Sets the color palette.