Visual Basic (Declaration) | |
---|---|
Public Class ColorSeparateCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class ColorSeparateCommand : RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class ColorSeparateCommand : public RasterCommand, IRasterCommand |
Run the ColorSeparateCommand on an image and separate the color planes.
Visual Basic | Copy Code |
---|---|
Public Sub ColorSeperateCommandExample() |
C# | Copy Code |
---|---|
public void ColorSeperateCommandExample() |
The supported color-space models are Rgb, Cmyk, Cmy, Hsv, Hls, Xyz, Ycrcb, Yuv, Lab and Sct. This class 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 class does not support signed data images. This command does not support 32-bit grayscale images.
For more information, refer to Introduction to Image Processing With LEADTOOLS.
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.Color.ColorSeparateCommand
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
ColorSeparateCommand MembersLeadtools.ImageProcessing.Color Namespace
Changing Brightness and Contrast
Introduction to Image Processing With LEADTOOLS
ColorMergeCommand Class
WindowLevelCommand
ChannelMixerCommand Class
DeinterlaceCommand
DesaturateCommand Class
EdgeDetectStatisticalCommand
LightControlCommand Class
SmoothEdgesCommand
AutoColorLevelCommand Class
ColorLevelCommand Class
CorrelationListCommand
GrayScaleToDuotoneCommand Class
GrayScaleToMultitoneCommand Class
HolePunchRemoveCommand
SelectiveColorCommand Class
SkeletonCommand
Color Halftone and Halftone Images