Share via


FaceModel.HairColor Property

Gets the hair color of the face model.

Syntax

public:
property Color HairColor {
         Color get ();
}
public Color HairColor { get; }
var hairColor = faceModel.hairColor;

Property value

Type: Color
The hair color.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

FaceModel Class
Microsoft.Kinect.Face Namespace