ImageGearJava Project > com.accusoft.imagegear.processing Package > ImGearRasterProcessing Class > invertContrast Method : invertContrast(ImGearRasterPage,ImGearContrastModes,ImGearChannelRange) Method |
Processes specified range of channels.
If mode
is equal to ImGearContrastModes.PALETTE, DIB must have a palette.
Use ImGearRasterProcessingVerifier.canApplyInvertContrast method to check whether the operation can be performed.
com.accusoft.imagegear.core.ImGearRasterPageT:com.accusoft.imagegear.core.ImGearChannelRange
public static void invertContrast( ImGearRasterPage page, ImGearContrastModes mode, ImGearChannelRange channels ) |
Processes specified range of channels.
If mode
is equal to ImGearContrastModes.PALETTE, DIB must have a palette.
Use ImGearRasterProcessingVerifier.canApplyInvertContrast method to check whether the operation can be performed.
com.accusoft.imagegear.core.ImGearRasterPageT:com.accusoft.imagegear.core.ImGearChannelRange