Uses of Class
com.aspose.imaging.ColorMatrix

Packages that use ColorMatrix
com.aspose.imaging   
 

Uses of ColorMatrix in com.aspose.imaging
 

Methods in com.aspose.imaging with parameters of type ColorMatrix
 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.