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


The following tables list the members exposed by ConvertToColoredGrayCommand.

Public Constructors

 NameDescription
Public ConstructorConvertToColoredGrayCommand ConstructorOverloaded.  Initializes a new ConvertToColoredGrayCommand with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyBlueFactor Gets or sets a value that represents the percentage or weight given to the blue value of each pixel in the image.  
Public PropertyBlueGrayFactor Gets or sets an additional weighting factor (percentage) used to modify the blue component in the output pixel.  
Public PropertyGreenFactor Gets or sets a value that represents the percentage or weight given to the green value of each pixel in the image.  
Public PropertyGreenGrayFactor Gets or sets an additional weighting factor (percentage) used to modify the green component in the output pixel.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyRedFactor Gets or sets a value that represents the percentage or weight given to the red value of each pixel in the image.  
Public PropertyRedGrayFactor Gets or sets an additional weighting factor (percentage) used to modify the red component in the output pixel.  
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