ImGearContrastModes Enumeration
In This Topic
Specifies contrast processing modes.
Syntax
Members
Member | Value | Description |
AUTO | 2 | If image is Indexed and its palette is not grayscale, applies contrast on
palette; otherwise applies contrast on pixels. |
PALETTE | 0 | Applies contrast on image palette. If the image does not have a palette,
an exception is generated. |
PIXEL | 1 | Applies contrast on image pixels. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Processing.ImGearContrastModes
See Also