Visual Basic (Declaration) | |
---|---|
Public Class ChangeHueSaturationIntensityCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class ChangeHueSaturationIntensityCommand : RasterCommand, IRasterCommand |
Managed Extensions for C++ | |
---|---|
public __gc class ChangeHueSaturationIntensityCommand : public RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class ChangeHueSaturationIntensityCommand : public RasterCommand, IRasterCommand |
Visual Basic | Copy Code |
---|---|
ImageProcessing.Color.ChangeHueSaturationIntensityCommand |
C# | Copy Code |
---|---|
ImageProcessing.Color.ChangeHueSaturationIntensityCommand |
This command combines the basic functionality found in the ChangeHueCommand, ChangeSaturationCommand, and ChangeIntensityCommand commands. In addition, special options can be specified in the ChangeHueSaturationIntensityCommandData class. To change the overall hue, saturation and intensity all at one time, set the Data property to null. To adjust the parameters separately, or to make adjustments in successive passes, use the ChangeHueSaturationIntensityCommandData classes and pass 0 for the Hue, Saturation, and Intensity properties in the this class. For detailed information about using the ranges refere to ChangeHueSaturationIntensityCommandData class. This command supports 12 and 16-bit grayscale and 48 and 64-bit color images. Support for 12 and 16-bit grayscale and 48 and 64-bit color images is available only in the Document/Medical toolkits. This command does not support signed data images. This command does not support 32-bit grayscale images.
For more information, refer to Correcting Colors.
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.Color.ChangeHueSaturationIntensityCommand
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
ChangeHueSaturationIntensityCommand MembersLeadtools.ImageProcessing.Color Namespace
Changing Brightness and Contrast
Correcting Colors
ChangeIntensityCommand Class
GammaCorrectCommand Class
ChangeContrastCommand Class
HistogramContrastCommand Class
StretchIntensityCommand Class
RemapIntensityCommand Class
InvertCommand Class
ChangeSaturationCommand Class
HistogramEqualizeCommand Class
FillCommand
HistogramCommand Class
WindowLevelCommand
ChangeHueCommand Class
AverageCommand
MedianCommand
AddNoiseCommand
IntensityDetectCommand Class
SpatialFilterCommand
BinaryFilterCommand
MaximumCommand
MinimumCommand
ShadowCommand
ColorReplaceCommand Class
ColorThresholdCommand Class
DirectionEdgeStatisticalCommand
DiscreteFourierTransformCommand
FastFourierTransformCommand
FourierTransformDisplayCommand
FrequencyFilterCommand
FrequencyFilterMaskCommand
MathematicalFunctionCommand Class
RevEffectCommand
SegmentCommand Class
SubtractBackgroundCommand
UserFilterCommand
AdjustTintCommand Class
HalfToneCommand