ImageGear .NET v24.14 - Updated September 15, 2020
ImGearContrastModes Enumeration




ImageGear24.Core Assembly > ImageGear.Processing Namespace : ImGearContrastModes Enumeration
Specifies contrast processing modes.
Syntax
'Declaration
 
Public Enum ImGearContrastModes 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearContrastModes
Members
MemberDescription
AUTOIf image is Indexed and its palette is not grayscale, applies contrast on palette; otherwise applies contrast on pixels.
PALETTEApplies contrast on image palette. If the image does not have a palette, an exception is generated.
PIXELApplies contrast on image pixels.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Processing Namespace