←Select platform

ConversionYuvMaskFlags Enumeration

Summary

Indicates the YUV conversion masking value.

Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum ConversionYuvMaskFlags 
  
<FlagsAttribute()> 
Public Enum ConversionYuvMaskFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class ConversionYuvMaskFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0x00000000NoneDo Nothing.
0x00000001UhChange the ConversionYuvParameters.UH property value.
0x00000002UvChange the ConversionYuvParameters.UV property value.
0x00000004VhChange the ConversionYuvParameters.VH property value.
0x00000008VvChange the ConversionYuvParameters.VV property value.
0x00000010OffsetsChange the ConversionYuvParameters.Offsets property value.
0x00000020MacroPixelChange the ConversionYuvParameters.MacroPixel property value.
0x00000040RangeChange the ConversionYuvParameters.Range property value.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly