←Select platform

ColorThresholdCommandType Enumeration

Summary

Color space on which the threshold is based.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum ColorThresholdCommandType   
Public Enum ColorThresholdCommandType  
    
    
public enum ColorThresholdCommandType    
typedef NS_ENUM(NSInteger, LTColorThresholdCommandType) 
public enum ColorThresholdCommandType 
Leadtools.ImageProcessing.Color.ColorThresholdCommandType = function() { }; 
Leadtools.ImageProcessing.Color.ColorThresholdCommandType.prototype = {<br/> 
  Rgb = 0, 
    Hsv = 1, 
    Hls = 2, 
    Xyz = 3, 
    YcrCb = 4, 
    Yuv = 5, 
    Lab = 6, 
    Cmy = 7, 
     
 }; 
public enum class ColorThresholdCommandType   

Members

ValueMemberDescription
0Rgb RGB color space.
1Hsv HSV color space.
2Hls HLS color space
3Xyz XYZ color space
4YcrCb YCrCb color space
5Yuv YUV color space
6Lab LAB color space
7Cmy CMY color space
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