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.setColorMatrices(ColorMatrix newColorMatrix,
ColorMatrix grayMatrix)
Sets the color-adjustment matrix and the grayscale-adjustment matrix for the default category.
|
void |
ImageAttributes.setColorMatrices(ColorMatrix newColorMatrix,
ColorMatrix grayMatrix,
int flags)
Sets the color-adjustment matrix and the grayscale-adjustment matrix for the default category.
|
void |
ImageAttributes.setColorMatrices(ColorMatrix newColorMatrix,
ColorMatrix grayMatrix,
int mode,
int type)
Sets the color-adjustment matrix and the grayscale-adjustment matrix for a specified category.
|
void |
ImageAttributes.setColorMatrix(ColorMatrix newColorMatrix)
Sets the color-adjustment matrix for the default category.
|
void |
ImageAttributes.setColorMatrix(ColorMatrix newColorMatrix,
int flags)
Sets the color-adjustment matrix for the default category.
|
void |
ImageAttributes.setColorMatrix(ColorMatrix newColorMatrix,
int mode,
int type)
Sets the color-adjustment matrix for a specified category.
|
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Drawing.Imaging.ColorMatrix |
ColorMatrixExtensions.toGdiColorMatrix(ColorMatrix colorMatrix)
Converts the
Aspose.Imaging.ColorMatrix to the System.Drawing.Imaging.ColorMatrix . |