←Select platform

ColorMergeCommandType Enumeration

Summary
The type of separation that was used to create the grayscale images.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum ColorMergeCommandType   
typedef NS_ENUM(NSInteger, LTColorMergeCommandType) { 
 LTColorMergeCommandTypeRgb = 0x0000,  
 LTColorMergeCommandTypeCmyk = 0x0001,  
 LTColorMergeCommandTypeHsv = 0x0002,  
 LTColorMergeCommandTypeHls = 0x0003,  
 LTColorMergeCommandTypeCmy = 0x0004,  
 LTColorMergeCommandTypeYuv = 0x0005,  
 LTColorMergeCommandTypeXyz = 0x0006,  
 LTColorMergeCommandTypeLab = 0x0007,  
 LTColorMergeCommandTypeYcrCb = 0x0008,  
 LTColorMergeCommandTypeSct = 0x0009,  
}; 
public final class ColorMergeCommandType 
    extends java.lang.Enum<ColorMergeCommandType> 
public enum class ColorMergeCommandType   
class ColorMergeCommandType(Enum): 
   Rgb = 0 
   Cmyk = 1 
   Hsv = 2 
   Hls = 3 
   Cmy = 4 
   Yuv = 5 
   Xyz = 6 
   Lab = 7 
   YcrCb = 8 
   Sct = 9 
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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.