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



Provides information about YUV conversion properties.

Syntax

Visual Basic (Declaration) 
Public Structure ConversionYuvParameters 
   Inherits ValueType
Visual Basic (Usage)Copy Code
Dim instance As ConversionYuvParameters
C# 
public struct ConversionYuvParameters : ValueType 
C++/CLI 
public value class ConversionYuvParameters : public ValueType 

Remarks

This structure is used to describe some YUV format to be converted to another color conversion. For more information, refer to Generic YUV Conversion.
ConversionYuvParameters is used with the ConversionParameters class.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.ColorConversion.ConversionYuvParameters

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also