Method
AdwStyleManagerget_accent_color_rgba
Declaration [src]
GdkRGBA*
adw_style_manager_get_accent_color_rgba (
AdwStyleManager* self
)
Description [src]
Gets the current system accent color as a GdkRGBA.
Equivalent to calling adw_accent_color_to_rgba() on the value of
AdwStyleManager:accent-color.
This is a background color. The matching foreground color is white.
| Available since: | 1.6 |
| Gets property | Adw.StyleManager:accent-color-rgba |
Return value
| Returns: | GdkRGBA |
The current system accent color. |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. |