LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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) PlanarUvyPlanes order, U, V, Y.  
public Fieldstatic (Shared in Visual Basic) PlanarUyvPlanes order, U, Y, V.  
public Fieldstatic (Shared in Visual Basic) PlanarVuyPlanes order, V, U, Y.  
public Fieldstatic (Shared in Visual Basic) PlanarVyuPlanes order, V, Y, U.  
public Fieldstatic (Shared in Visual Basic) PlanarYuvPlanes order, Y, U, V.  
public Fieldstatic (Shared in Visual Basic) PlanarYvuPlanes order, Y, V, U.  
Top

Public Properties

 NameDescription
public Propertystatic (Shared in Visual Basic) EmptyGets an new empty structure.  
public Property MacroPixelGets or sets the Macropixel size, which is the number of pixels in the unit pixels group.  
public Property MaskGets or sets the YUV conversion masking value.  
public Property OffsetsGets or sets the offsets of the byte ordering for the proposed YUV format.  
public Property PlanarGets or sets a value indicating whether the buffer consists of the Y plane, V plane and U plane.  
public Property RangeGets or sets a value indicating the range of values in the input buffer.  
public Property UHGets or sets the horizontal subsampling period of U.  
public Property UVGets or sets the vertical subsampling period of U.  
public Property VHGets or sets the horizontal subsampling period of V.  
public Property VVGets or sets the vertical subsampling period of V.  
Top

Public Methods

 NameDescription
public Method ToStringOverridden. Returns a meaningful name for this method.  
Top

See Also