LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ColorThresholdCommandType Enumeration
See Also  



Color space on which the threshold is based. Supported in Silverlight, Windows Phone 7

Syntax

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

Members

MemberDescription
CmyCMY color space
HlsHLS color space
HsvHSV color space.
LabLAB color space
RgbRGB color space.
XyzXYZ color space
YcrCbYCrCb color space
YuvYUV color space

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also