←Select platform

ColorThresholdCommandType Enumeration

Summary

Color space on which the threshold is based.

Syntax
C#
VB
Objective-C
C++
Java
public enum ColorThresholdCommandType   
Public Enum ColorThresholdCommandType  
typedef NS_ENUM(NSInteger, LTColorThresholdCommandType) 
public enum ColorThresholdCommandType 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly