←Select platform

Planar Property

Summary

Gets or sets a value indicating whether the buffer consists of the Y plane, V plane and U plane.

Syntax

C#
VB
C++
public bool Planar { get; set; } 
  
Public Property Planar As Boolean 
public: 
property bool Planar { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly