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


The following tables list the members exposed by IntensityDetectCommand.

Public Constructors

 NameDescription
Public ConstructorIntensityDetectCommand ConstructorOverloaded.  Initializes a new IntensityDetectCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyChannel Gets or sets a flag that indicates the channel to process.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyHighThreshold Gets or sets a value that represents the highest intensity to detect.  
Public PropertyInColor Gets or sets a color used to fill those pixels having an intensity value between LowThreshold and HighThreshold.  
Public PropertyLowThreshold Gets or sets a value that represents the lowest intensity to detect.  
Public PropertyOutColor Gets or sets a color used to fill those pixels having an intensity value less than LowThreshold or greater than HighThreshold.  
Top

Public Methods

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

Public Events

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

See Also