Class RgbPlane

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Camera.dll
API Level:
5

The class containing the rgb data for subject distance.

C#
Copy
public class RgbPlane : IPreviewPlane
Inheritance
System.Object
RgbPlane
Implements

Properties

View Source

Data

The buffer containing the rgb data.

Declaration
C#
Copy
public byte[] Data { get; }
Property Value
Type Description
System.Byte[]
API Level: 5

Implements