Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
AutoColorLevelCommand Class Members
See Also  Properties  Methods  Events


The following tables list the members exposed by AutoColorLevelCommand.

Public Constructors

 NameDescription
Public ConstructorAutoColorLevelCommand ConstructorOverloaded.  Initializes a new AutoColorLevelCommand object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyBlackClip Gets or sets a value that represents the percentage of black pixels to clip from the image, in hundredths of a percent.  
Public PropertyBlue (Read only) Gets the color leveling information for the Blue channel when the Type property is set to AutoColorLevelCommandType.Level.  
Public PropertyFlag Gets or sets a value that indicates whether the method will process the image.  
Public PropertyGreen (Read only) Gets the color leveling information for the Green channel when the Type property is set to AutoColorLevelCommandType.Level.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyMaster (Read only) Gets the color leveling information for the Master channel when the Type property is set to either AutoColorLevelCommandType.Contrast or AutoColorLevelCommandType.Intensity.  
Public PropertyRed (Read only) Gets the color leveling information for the Red channel when the Type property is set to AutoColorLevelCommandType.Level.  
Public PropertyType Gets or sets a value that indicates the type of leveling to perform.  
Public PropertyWhiteClip Gets or sets a value that represents the percentage of white pixels to clip from the image, in hundredths of a percent.  
Top

Public Methods

 NameDescription
Public MethodOnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Methodraise_Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodRun (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this class.  
Top

Protected Methods

Public Events

 NameDescription
Public EventProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also