public interface IColorPalette
The color palette interface.
Modifier and Type | Method and Description |
---|---|
int |
getArgb32Color(int index) |
int[] |
getArgb32Entries()
Gets an array of 32-bit ARGB structures.
|
Color |
getColor(int index) |
Color[] |
getEntries()
Gets an array of
Aspose.Imaging.Color structures. |
int |
getEntriesCount()
Gets the entries count.
|
int |
getNearestColorIndex(Color color) |
int |
getNearestColorIndex(int argb32Color) |
boolean |
isCompactPalette() |
int getEntriesCount()
Gets the entries count.
int[] getArgb32Entries()
Gets an array of 32-bit ARGB structures.
Aspose.Imaging.ColorPalette
.Color[] getEntries()
Gets an array of Aspose.Imaging.Color
structures.
Aspose.Imaging.Color
structure that make up this Aspose.Imaging.ColorPalette
.boolean isCompactPalette()
int getNearestColorIndex(int argb32Color)
int getNearestColorIndex(Color color)
int getArgb32Color(int index)
Color getColor(int index)
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.