LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Planar Property

Show in webframe





Gets or sets a value indicating whether the buffer consists of the Y plane, V plane and U plane.
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:
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

See Also

Reference

ConversionYuvParameters Structure
ConversionYuvParameters Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.