←Select platform

ColorMergeCommandType Enumeration

Summary

The type of separation that was used to create the grayscale images.

Syntax
C#
VB
Objective-C
C++
Java
public enum ColorMergeCommandType   
Public Enum ColorMergeCommandType  
typedef NS_ENUM(NSInteger, LTColorMergeCommandType) 
public enum ColorMergeCommandType 
public enum class ColorMergeCommandType   

Members
ValueMemberDescription
0Rgb Merge images from three RGB planes.
1Cmyk Merge images from four CMYK planes.
2Hsv Merge images from three HSV planes.
3Hls Merge images from three HLS planes.
4Cmy Merge images from three CMY planes.
5Yuv Merge images from three YUV planes.
6Xyz Merge images from three XYZ planes.
7Lab Merge images from three LAB planes.
8YcrCb Merge images from three YCRCB planes.
9Sct Merge images from three SCT planes.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly