| Visual Basic (Declaration) | |
|---|---|
Public Enum ColorSeparateCommandType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum ColorSeparateCommandType : Enum | |
| C++/CLI | |
|---|---|
public enum class ColorSeparateCommandType : public Enum | |
| Member | Description |
|---|---|
| Rgb | Create images from the three RGB planes. |
| Cmyk | Create images from the four CMYK planes. |
| Hsv | Create images from the three HSV planes. |
| Hls | Create images from the three HLS planes. |
| Cmy | Create images from the three CMY planes. |
| Yuv | Create images from the three YUV planes. |
| Xyz | Create images from the three XYZ planes. |
| Lab | Create images from the three LAB planes. |
| Ycrcb | Create images from the three YCRCB planes. |
| Sct | Create images from the three SCT planes. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Color.ColorSeparateCommandType
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