Method

PurpleConversationMemberget_color

unstable since: 3.0

Declaration [src]

const char*
purple_conversation_member_get_color (
  PurpleConversationMember* member
)

Description [src]

Gets the color that should be used to display the member.

This is a hex color code in the format of RRGGBB.

User interfaces may adjust this color to increase contrast ratios.

Available since: 3.0

Return value

Type: const char*

The color.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.