HighDefinitionFaceFrame.ColorFrameReference Property

Gets a reference to the color frame associated with the high-definition face frame.

Syntax

public:
property ColorFrameReference^ ColorFrameReference {
         ColorFrameReference^ get ();
}
public ColorFrameReferenceColorFrameReference { get; }
var colorFrameReference = highDefinitionFaceFrame.colorFrameReference;

Property value

Type: ColorFrameReference
The color frame reference.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

HighDefinitionFaceFrame Class
Microsoft.Kinect.Face Namespace