←Select platform

ColorSeparateCommandType Enumeration

Summary
The type of separation that was used to create the grayscale images.
Syntax
C#
VB
Objective-C
C++
Java
public enum ColorSeparateCommandType   
Public Enum ColorSeparateCommandType  
typedef NS_ENUM(NSInteger, LTColorSeparateCommandType) 
public enum ColorSeparateCommandType 
public enum class ColorSeparateCommandType   
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly

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