←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly