ImageGear for .NET
ImGearContrastModes Enumeration
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Processing Namespace : ImGearContrastModes Enumeration




Glossary Item Box

Specifies contrast processing modes.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.