Atalasoft dotImage Send comments on this topic.
AutoContrastCommand Class
See Also  Members  
Atalasoft.dotImage Assembly > Atalasoft.Imaging.ImageProcessing.Effects Namespace : AutoContrastCommand Class




Adjusts the overall contrast of an image automatically.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class AutoContrastCommand 
   Inherits ApplyLutCommandBase
Visual Basic (Usage)Copy Code
Dim instance As AutoContrastCommand
C# 
[SerializableAttribute()]
public class AutoContrastCommand : ApplyLutCommandBase 
Managed Extensions for C++ 
[SerializableAttribute()]
public __gc class AutoContrastCommand : public ApplyLutCommandBase 
C++/CLI 
[SerializableAttribute()]
public ref class AutoContrastCommand : public ApplyLutCommandBase 

Inheritance Hierarchy

System.Object
   Atalasoft.Imaging.ImageProcessing.ImageCommand
      Atalasoft.Imaging.ImageProcessing.ImageRegionCommand
         Atalasoft.Imaging.ImageProcessing.Channels.ApplyLutCommandBase
            Atalasoft.Imaging.ImageProcessing.Effects.AutoContrastCommand

Requirements

DotImage Photo Pro, DotImage Document Imaging

See Also