LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

Planar Property






Gets or sets a value indicating whether the buffer consists of the Y plane, V plane and U plane. .NET support
Syntax
public bool Planar {get; set;}
'Declaration
 
Public Property Planar As Boolean
'Usage
 
Dim instance As ConversionYuvParameters
Dim value As Boolean
 
instance.Planar = value
 
value = instance.Planar
public bool Planar {get; set;}
 get_Planar();
set_Planar(value);
public:
property bool Planar {
   bool get();
   void set (    bool value);
}

Property Value

Value indicating whether the buffer consists of the Y plane, V plane and U plane. Possible values are: true: the buffer consists of the Y, U, and V planes. false: the buffer does not consist of the Y, U, and V planes.
Example
Refer to ConversionParameters.YuvParameters example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConversionYuvParameters Structure
ConversionYuvParameters Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.