[FlagsAttribute()] public enum SegmentCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum SegmentCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As SegmentCommandFlags
[FlagsAttribute()] public enum SegmentCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.Color.SegmentCommandFlags = function() { }; Leadtools.ImageProcessing.Color.SegmentCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class SegmentCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2