LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

ColorThresholdCommandType Enumeration

Show in webframe







Color space on which the threshold is based.
Syntax
public enum ColorThresholdCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ColorThresholdCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ColorThresholdCommandType
public enum ColorThresholdCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTColorThresholdCommandType
public enum ColorThresholdCommandType
Leadtools.ImageProcessing.Color.ColorThresholdCommandType = function() { };
Leadtools.ImageProcessing.Color.ColorThresholdCommandType.prototype = {
Rgb = 0x00000000, Hsv = 0x00000001, Hls = 0x00000002, Xyz = 0x00000003, YcrCb = 0x00000004, Yuv = 0x00000005, Lab = 0x00000006, Cmy = 0x00000007, };
public enum class ColorThresholdCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000RgbRGB color space.
0x00000001HsvHSV color space.
0x00000002HlsHLS color space
0x00000003XyzXYZ color space
0x00000004YcrCbYCrCb color space
0x00000005YuvYUV color space
0x00000006LabLAB color space
0x00000007CmyCMY color space
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Color.ColorThresholdCommandType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.