ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearContrastModes Enumeration




ImGearContrastModes Enumeration
Specifies contrast processing modes.
Syntax
'Declaration
 
Public Enum ImGearContrastModes 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearContrastModes
Members
MemberValueDescription
AUTO2If image is Indexed and its palette is not grayscale, applies contrast on palette; otherwise applies contrast on pixels.
PALETTE0Applies contrast on image palette. If the image does not have a palette, an exception is generated.
PIXEL1Applies contrast on image pixels.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Processing.ImGearContrastModes

See Also