Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum SegmentCommandFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SegmentCommandFlags |
C# | |
---|---|
[FlagsAttribute()] public enum SegmentCommandFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class SegmentCommandFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
NgtvUv | Consider negative values of U and V of YUV color space. This flag is used only with U or V flags. |
None | No Flags selected. |
Rgb | Comparison done on red, green and blue difference. |
U | Comparison done on U channel difference of YUV space. |
Uv | Comparison done on U and V channels difference of YUV space. |
V | Comparison done on V channel difference of YUV space. |
Y | Comparison done on Y channel difference of YUV space. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Color.SegmentCommandFlags
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)