←Select platform

ColorMergeCommandType Enumeration

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum ColorMergeCommandType   
Public Enum ColorMergeCommandType  
    
    
public enum ColorMergeCommandType    
typedef NS_ENUM(NSInteger, LTColorMergeCommandType) 
public enum ColorMergeCommandType 
Leadtools.ImageProcessing.Color.ColorMergeCommandType = function() { }; 
Leadtools.ImageProcessing.Color.ColorMergeCommandType.prototype = {<br/> 
  Rgb = 0, 
    Cmyk = 1, 
    Hsv = 2, 
    Hls = 3, 
    Cmy = 4, 
    Yuv = 5, 
    Xyz = 6, 
    Lab = 7, 
    YcrCb = 8, 
    Sct = 9, 
     
 }; 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly