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