| Package | Description |
|---|---|
| com.aspose.drawing.imaging |
| 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.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.