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


The following tables list the members exposed by ChangeHueSaturationIntensityCommandData.

Public Constructors

 NameDescription
Public ConstructorChangeHueSaturationIntensityCommandData ConstructorOverloaded.  Initializes a new ChangeHueSaturationIntensityCommandData class with defualt parameters.  
Top

Public Properties

 NameDescription
Public Propertystatic (Shared in Visual Basic)Default Initializes a new ChangeHueSaturationIntensityCommandData class with default parameters.  
Public Propertystatic (Shared in Visual Basic)Empty Initializes a new ChangeHueSaturationIntensityCommandData class with default parameters.  
Public PropertyHue Gets or sets a value that represents the angular amount to change the hue, in hundredths of a degree.  
Public PropertyInnerHigh Gets or sets the ending color of the color range to be fully changed.  
Public PropertyInnerLow Gets or sets the starting color of the color range to be fully changed.  
Public PropertyIntensity Gets or sets a value that represents the percentage amount to change the intensity , in tenths of a percent.  
Public PropertyOuterHigh Gets or sets the ending color of the color range to be changed.  
Public PropertyOuterLow Gets or sets the starting color of the color range to be changed.  
Public PropertySaturation Gets or sets a value that represents the percentage amount to change the saturation, in tenths of a percent.  
Top

See Also