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


"

For a list of all members of this type, see ConversionYuvParameters members.

"

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

See Also