Method

HeApplicationset_tertiary_color

Declaration

void
he_application_set_tertiary_color (
  HeApplication* self,
  const gchar* hex_color
)

Description [src]

Sets the default tertiary color from a hex string (e.g., "FF5722" or "#FF5722")..

Parameters

hex_color

Type: const gchar*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.