Share via


ColorImageFrame Class

A frame used specifically for 32bit RGBA-based images. It provides access to the dimensions, format and pixel data for a frame.

Syntax

public ref class ColorImageFrame sealed
public sealed class ColorImageFrame
var colorImageFrame = Microsoft.Kinect.Fusion.ColorImageFrame;

Members

ColorImageFrame has the following members.

Constructors

Name Description
ColorImageFrame Initializes a new instance of the ColorImageFrame class.

Properties

Name Description
CameraParameters Gets the camera parameters associated with the frame.
FrameBuffer Gets the buffer where the image data for the frame is stored.
Height Gets the height of the frame, in pixels.
Stride Gets the stride of the frame.
Width Gets the width of the frame, in pixels.

Requirements

Namespace: Microsoft.Kinect.Fusion

Metadata: microsoft.kinect.fusion.winmd

See also

Reference

Microsoft.Kinect.Fusion Namespace