Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ConversionYuvParameters Structure Members
See Also  Fields  Properties  Methods 
Leadtools.ColorConversion Namespace : ConversionYuvParameters Structure


The following tables list the members exposed by ConversionYuvParameters.

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)PlanarUvy Planes order, U, V, Y.  
Public Fieldstatic (Shared in Visual Basic)PlanarUyv Planes order, U, Y, V.  
Public Fieldstatic (Shared in Visual Basic)PlanarVuy Planes order, V, U, Y.  
Public Fieldstatic (Shared in Visual Basic)PlanarVyu Planes order, V, Y, U.  
Public Fieldstatic (Shared in Visual Basic)PlanarYuv Planes order, Y, U, V.  
Public Fieldstatic (Shared in Visual Basic)PlanarYvu Planes order, Y, V, U.  
Top

Public Properties

 NameDescription
Public Propertystatic (Shared in Visual Basic)Empty Gets an new empty structure.  
Public PropertyMacroPixel Gets or sets the Macropixel size, which is the number of pixels in the unit pixels group.  
Public PropertyMask Gets or sets the YUV conversion masking value.  
Public PropertyOffsets Gets or sets the offsets of the byte ordering for the proposed YUV format.  
Public PropertyPlanar Gets or sets a value indicating whether the buffer consists of the Y plane, V plane and U plane.  
Public PropertyRange Gets or sets a value indicating the range of values in the input buffer;  
Public PropertyUH Gets or sets the horizontal subsampling period of U.  
Public PropertyUV Gets or sets the vertical subsampling period of U.  
Public PropertyVH Gets or sets the horizontal subsampling period of V.  
Public PropertyVV Gets or sets the vertical subsampling period of V.  
Top

Public Methods

 NameDescription
Public MethodEquals (Inherited from System.ValueType)
Public MethodGetHashCode (Inherited from System.ValueType)
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this method.  
Top

See Also