ImageGearJava Project > com.accusoft.imagegear.processing Package > ImGearRasterProcessing Class > invertContrast Method : invertContrast(ImGearRasterPage) Method |
If the image is indexed and the palette is not grayscale, this method modifies image's palette, otherwise it modifies image's pixels. The method processes only color channels.
Use ImGearRasterProcessingVerifier.canApplyInvertContrast )} method to check whether the operation can be performed.
public static void invertContrast( ImGearRasterPage page ) |
If the image is indexed and the palette is not grayscale, this method modifies image's palette, otherwise it modifies image's pixels. The method processes only color channels.
Use ImGearRasterProcessingVerifier.canApplyInvertContrast )} method to check whether the operation can be performed.