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


The following tables list the members exposed by GrayScaleExtendedCommand.

Public Constructors

 NameDescription
Public ConstructorGrayScaleExtendedCommand ConstructorOverloaded.  Initializes a new GrayScaleExtendedCommand class object 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 PropertyGreenFactor Gets or sets a value that represents the percentage or weight given to the green value of each pixel in the image.  
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.  
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