←Select platform

ColorThresholdCommandType Enumeration

Summary
Color space on which the threshold is based.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum ColorThresholdCommandType   
typedef NS_ENUM(NSInteger, LTColorThresholdCommandType) { 
 LTColorThresholdCommandTypeRgb = 0x00000000,  
 LTColorThresholdCommandTypeHsv = 0x00000001,  
 LTColorThresholdCommandTypeHls = 0x00000002,  
 LTColorThresholdCommandTypeXyz = 0x00000003,  
 LTColorThresholdCommandTypeYcrCb = 0x00000004,  
 LTColorThresholdCommandTypeYuv = 0x00000005,  
 LTColorThresholdCommandTypeLab = 0x00000006,  
 LTColorThresholdCommandTypeCmy = 0x00000007 
}; 
public final class ColorThresholdCommandType 
    extends java.lang.Enum<ColorThresholdCommandType> 
public enum class ColorThresholdCommandType   
class ColorThresholdCommandType(Enum): 
   Rgb = 0 
   Hsv = 1 
   Hls = 2 
   Xyz = 3 
   YcrCb = 4 
   Yuv = 5 
   Lab = 6 
   Cmy = 7 
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 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.