Method
StThemeContextget_accent_color
Declaration [src]
void
st_theme_context_get_accent_color (
StThemeContext* context,
CoglColor* color,
CoglColor* fg_color
)
Parameters
color
-
Type:
CoglColor
The accent color.
The argument will be set by the function. The argument can be set to NULL
by the method.The data is owned by the caller of the function. fg_color
-
Type:
CoglColor
The foreground accent color.
The argument will be set by the function. The argument can be set to NULL
by the method.The data is owned by the caller of the function.