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 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)