Share via


FaceModel.SkinColor Property

Gets the skin color of the face model.

Syntax

public:
property Color SkinColor {
         Color get ();
}
public Color SkinColor { get; }
var skinColor = faceModel.skinColor;

Property value

Type: Color
The skin color.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

FaceModel Class
Microsoft.Kinect.Face Namespace