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




Automatically corrects the color and contrast of an image.  A combination of AutoLevelsComand and AutoContrastCommand.

Syntax

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

Inheritance Hierarchy

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

Requirements

DotImage Photo Pro, DotImage Document Imaging

See Also