Visual Basic (Declaration) | |
---|---|
Public Class ColorIntensityBalanceCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class ColorIntensityBalanceCommand : RasterCommand, IRasterCommand |
Managed Extensions for C++ | |
---|---|
public __gc class ColorIntensityBalanceCommand : public RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class ColorIntensityBalanceCommand : public RasterCommand, IRasterCommand |
Visual Basic | Copy Code |
---|---|
ImageProcessing.Color.ColorIntensityBalanceCommand |
C# | Copy Code |
---|---|
ImageProcessing.Color.ColorIntensityBalanceCommand |
This command changes the distribution of the red, green, or blue channels to make the colors in the image more accurate or more different. Each color component is treated independently. The color range for each component is split into shadows, midtones and highlights based on the intensity. The values in each range are adjusted differently using the ColorIntensityBalanceCommandData classes. Positive values in a ColorIntensityBalanceCommandData class for a component cause that particular component to become brighter, whereas negative values cause the component to become darker. A value of 0 leaves the component unchanged. The preserve luminance option aims to minimize the luminance change in the image. This command supports only RGB images. It does not support grayscale images. This command supports 48 and 64-bit color images. Support for 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.ColorIntensityBalanceCommand
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
ColorIntensityBalanceCommand MembersLeadtools.ImageProcessing.Color Namespace
Changing Brightness and Contrast
Correcting Colors
ConvertToColoredGrayCommand Class
GrayscaleCommand
GrayScaleExtendedCommand Class
IsGray
PosterizeCommand Class
MosaicCommand
EmbossCommand
MedianCommand
AddNoiseCommand
IntensityDetectCommand Class
SpatialFilterCommand
BinaryFilterCommand
MaximumCommand
MinimumCommand
OilifyCommand
SolarizeCommand Class
WindowLevelCommand
AutoColorLevelCommand Class
ColorLevelCommand Class
SelectiveColorCommand Class
AdjustTintCommand Class
HalfToneCommand