Package | Description |
---|---|
com.aspose.psd |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
com.aspose.psd.extensions |
The package contains extension methods.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageAttributes.setBrushRemapTable(ColorMap[] map)
Sets the color-remap table for the brush category.
|
void |
ImageAttributes.setRemapTable(ColorMap[] map)
Sets the color-remap table for the default category.
|
void |
ImageAttributes.setRemapTable(ColorMap[] map,
int type)
Sets the color-remap table for a specified category.
|
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Drawing.Imaging.ColorMap |
ColorMapExtensions.toGdiColorMap(ColorMap colorMap)
Converts the
com.aspose.psd.ColorMap to the System.Drawing.Imaging.ColorMap . |
static com.aspose.ms.System.Drawing.Imaging.ColorMap[] |
ColorMapExtensions.toGdiColorMaps(ColorMap[] colorMaps)
Converts the
com.aspose.psd.ColorMap array to the System.Drawing.Imaging.ColorMap array. |