Method

HeApplicationget_effective_accent_color

Declaration

HeRGBColor*
he_application_get_effective_accent_color (
  HeApplication* self
)

Description [src]

Gets the effective accent color that should be used for content drawing. When is_content is true and default_accent_color is set, returns the default_accent_color. Otherwise returns the desktop accent color..

Return value

Type: HeRGBColor

No description available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.