Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
AutoColorLevelCommand Class Members
See Also  Properties  Methods 
Leadtools.ImageProcessing Namespace : AutoColorLevelCommand Class

The following tables list the members exposed by AutoColorLevelCommand.

Public Constructors

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

Public Properties

 NameDescription
Public Property BlackClip Gets or sets a value that represents the percentage of black pixels to clip from the image, in hundredths of a percent.  
Public Property Blue (Read only) Gets the color leveling information for the Blue channel when the Type property is set to AutoColorLevelCommandType.Level.  
Public Property Flag Gets or sets a value that indicates whether the method will process the image.  
Public Property Green (Read only) Gets the color leveling information for the Green channel when the Type property is set to AutoColorLevelCommandType.Level.  
Public Property Master (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 Property Red (Read only) Gets the color leveling information for the Red channel when the Type property is set to AutoColorLevelCommandType.Level.  
Public Property Type Gets or sets a value that indicates the type of leveling to perform.  
Public Property WhiteClip 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 Method RunOverloaded. Overridden.  Implements IRasterCommand.Run  
Public Method ToStringOverridden.  Overridden. Returns a meaningful name for this command.  
Top

See Also