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