LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ConversionYuvMaskFlags Enumeration
See Also  
Leadtools.ColorConversion Namespace : ConversionYuvMaskFlags Enumeration



Indicates the YUV conversion masking value.

Syntax

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

Members

MemberDescription
MacroPixelChange the ConversionYuvParameters.MacroPixel property value.
NoneDo Nothing.
OffsetsChange the ConversionYuvParameters.Offsets property value.
RangeChange the ConversionYuvParameters.Range property value.
UhChange the ConversionYuvParameters.UH property value.
UvChange the ConversionYuvParameters.UV property value.
VhChange the ConversionYuvParameters.VH property value.
VvChange the ConversionYuvParameters.VV property value.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ColorConversion.ConversionYuvMaskFlags

Requirements

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

See Also