Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ColorThresholdCommandType Enumeration
See Also  



Color space on which the threshold is based.

Syntax

Visual Basic (Declaration) 
Public Enum ColorThresholdCommandType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ColorThresholdCommandType
C# 
public enum ColorThresholdCommandType : Enum 
C++/CLI 
public enum class ColorThresholdCommandType : public Enum 

Members

MemberDescription
Rgb RGB color space.
Hsv HSV color space.
Hls HLS color space
Xyz XYZ color space
YcrCb YCrCb color space
Yuv YUV color space
Lab LAB color space
Cmy CMY color space

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also