←Select platform

ColorSeparateCommandType Enumeration

Summary
The type of separation that was used to create the grayscale images.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum ColorSeparateCommandType   
typedef NS_ENUM(NSInteger, LTColorSeparateCommandType) { 
 LTColorSeparateCommandTypeRgb = 0x0000,  
 LTColorSeparateCommandTypeCmyk = 0x0001,  
 LTColorSeparateCommandTypeHsv = 0x0002,  
 LTColorSeparateCommandTypeHls = 0x0003,  
 LTColorSeparateCommandTypeCmy = 0x0004,  
 LTColorSeparateCommandTypeYuv = 0x0005,  
 LTColorSeparateCommandTypeXyz = 0x0006,  
 LTColorSeparateCommandTypeLab = 0x0007,  
 LTColorSeparateCommandTypeYcrcb = 0x0008,  
 LTColorSeparateCommandTypeSct = 0x0009,  
}; 
public final class ColorSeparateCommandType 
    extends java.lang.Enum<ColorSeparateCommandType> 
public enum class ColorSeparateCommandType   
class ColorSeparateCommandType(Enum): 
   Rgb = 0 
   Cmyk = 1 
   Hsv = 2 
   Hls = 3 
   Cmy = 4 
   Yuv = 5 
   Xyz = 6 
   Lab = 7 
   Ycrcb = 8 
   Sct = 9 
Members
ValueMemberDescription
0Rgb Create images from the three RGB planes.
1Cmyk Create images from the four CMYK planes.
2Hsv Create images from the three HSV planes.
3Hls Create images from the three HLS planes.
4Cmy Create images from the three CMY planes.
5Yuv Create images from the three YUV planes.
6Xyz Create images from the three XYZ planes.
7Lab Create images from the three LAB planes.
8Ycrcb Create images from the three YCRCB planes.
9Sct Create images from the 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.