Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)