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


The following tables list the members exposed by RemapHueCommand.

Public Constructors

 NameDescription
Public ConstructorRemapHueCommand ConstructorOverloaded.  Initializes a new RemapHueCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyHueTable Gets or sets the hue look up table.  
Public PropertyLookUpTableLength Gets or sets the length of the lookup table.  
Public PropertyMask Gets or sets the lookup table that identifies which values in the HueTable, SaturationTable and ValueTable properties are valid.  
Public PropertySaturationTable Gets or sets the saturation look up table.  
Public PropertyValueTable Gets or sets the value look up table.  
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