Share via


UserColoringMode Enumeration

Coloring modes that indicate how the appropriate color for each user in scene will be determined by the KinectUserViewer control.

Syntax

public enum UserColoringMode

Members

  Member name Value Description
HighlightPrimary Primary user will be highlighted using KinectUserViewer.PrimaryUserColor and all other users will be colored with KinectUserViewer.DefaultUserColor.
Manual Users specified in KinectUserViewer.UserColors will get colored as specified and all other users will be colored with KinectUserViewer.DefaultUserColor.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Controls

Assembly: Microsoft.Kinect.Toolkit.Controls (in microsoft.kinect.toolkit.controls.dll)

See Also

Reference

Microsoft.Kinect.Toolkit.Controls Namespace