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


For a list of all members of this type, see AutoColorLevelCommand members.

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

See Also