Share via


ColorImageFrame.Format Property

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Gets the format for the color data, which includes the data type, frame rate, and the resolution.

Syntax

public ColorImageFormat Format { get; }
'Declaration
Public ReadOnly Property Format As ColorImageFormat 

Property Value

Type: ColorImageFormat
The data format.

Remarks

The formats are listed in the ColorImageFormat enumeration.

Requirements

Namespace: Microsoft.Kinect

Assembly: Microsoft.Kinect (in microsoft.kinect.dll)

See Also

Reference

ColorImageFrame Class
ColorImageFrame Members
Microsoft.Kinect Namespace