Azure Kinect Sensor SDK  refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK

◆ Color

Image Microsoft.Azure.Kinect.Sensor.Capture.Color
getset

Gets or sets the color image of this capture.

Images assigned to this capture are owned by the Capture. When the Capture is disposed, the Color Image will be disposed.

By setting the Color image on a Capture, the Capture takes ownership and the Capture will dispose the Image when the Capture is disposed.

To get an instance of an Image that lives longer than the capture, call Image.Reference().