Partage via


XblPreferredColor

Preferred color for the user. Set via the shell.

Syntax

typedef struct XblPreferredColor {  
    char primaryColor[XBL_COLOR_CHAR_SIZE];  
    char secondaryColor[XBL_COLOR_CHAR_SIZE];  
    char tertiaryColor[XBL_COLOR_CHAR_SIZE];  
} XblPreferredColor  

Members

primaryColor
Type: char[XBL_COLOR_CHAR_SIZE]

UTF-8 encoded user's primary color.

secondaryColor
Type: char[XBL_COLOR_CHAR_SIZE]

UTF-8 encoded user's secondary color.

tertiaryColor
Type: char[XBL_COLOR_CHAR_SIZE]

UTF-8 encoded user's tertiary color.

Member of

XblSocialManagerUser

Requirements

Header: social_manager_c.h

See also

social_manager_c