Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
SegmentCommandBitmapEffectsFlags Enumeration
See Also  
Leadtools.Windows.Media.Effects.Color Namespace : SegmentCommandBitmapEffectsFlags Enumeration





This enumeration indicates the color space used in the segmentation.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum SegmentCommandBitmapEffectsFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As SegmentCommandBitmapEffectsFlags
C# 
[FlagsAttribute()]
public enum SegmentCommandBitmapEffectsFlags : Enum 
Managed Extensions for C++ 
[FlagsAttribute()]
__value public enum SegmentCommandBitmapEffectsFlags : public Enum 
C++/CLI 
[FlagsAttribute()]
public enum class SegmentCommandBitmapEffectsFlags : public Enum 
XAML Attributes Usage 

<object property=EnumerationValue .../>

Members

MemberDescription
None No Flags selected.
Rgb Comparison done on red, green and blue difference.
Y Comparison done on Y channel difference of YUV space.
U Comparison done on U channel difference of YUV space.
V Comparison done on V channel difference of YUV space.
Uv Comparison done on U and V channels difference of YUV space.
NgtvUv Consider negative values of U and V of YUV color space. This flag is used only with U or V flags.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Media.Effects.Color.SegmentCommandBitmapEffectsFlags

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also