> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblPreferredColor

> XblPreferredColor

# XblPreferredColor

사용자의 기본 색상입니다. 셸을 통해 설정합니다.

## Syntax

```cpp theme={null}
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 인코딩된 사용자의 기본 색상입니다.

*secondaryColor*\
Type: char\[XBL\_COLOR\_CHAR\_SIZE]

UTF-8 인코딩된 사용자의 보조 색상입니다.

*tertiaryColor*\
Type: char\[XBL\_COLOR\_CHAR\_SIZE]

UTF-8 인코딩된 사용자의 3차 색상입니다.

## Member of

[XblSocialManagerUser](/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanageruser)

## Requirements

**Header:** social\_manager\_c.h

## See also

[social\_manager\_c](/reference/live/xsapi-c/social_manager_c/social_manager_c_members)


## Related topics

- [XblSocialManagerUser](/ko/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanageruser.md)
- [XblSocialManagerExtraDetailLevel](/ko/reference/live/xsapi-c/social_manager_c/enums/xblsocialmanagerextradetaillevel.md)
- [XColor](/ko/reference/system/xgameruntimetypes/structs/xcolor.md)
- [PIX_COLOR](/ko/reference/tools/pix3/functions/pix_color.md)
- [PIX_COLOR_INDEX](/ko/reference/tools/pix3/functions/pix_color_index.md)
