ImageGearJava Project > com.accusoft.imagegear.processing Package : ImGearContrastModes Enumeration |
Member | Description |
---|---|
AUTO | If image is Indexed and its palette is not grayscale, applies contrast on palette; otherwise applies contrast on pixels. |
PALETTE | Applies contrast on image palette. If the image does not have a palette, an exception is generated. |
PIXEL | Applies contrast on image pixels. |
java.lang.Object
java.lang.Enum
com.accusoft.imagegear.processing.ImGearContrastModes