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




Enhances the contrast of an image by automatically defining the light and dark pixels, then redistributing the histogram proportionately.

Syntax

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

Inheritance Hierarchy

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

Requirements

DotImage Photo Pro, DotImage Document Imaging

See Also