Method
AppStreamBrandingset_color
Declaration [src]
void
as_branding_set_color (
AsBranding* branding,
AsColorKind kind,
AsColorSchemeKind scheme_preference,
const gchar* colorcode
)
Description [src]
Sets a new accent color. If a color of the given kind with the given scheme preference already exists, it will be overriden with the new color code.
Available since: | 0.15.2 |
Parameters
kind |
AsColorKind |
The |
|
scheme_preference |
AsColorSchemeKind |
Type of color scheme preferred for this color, e.g. |
|
colorcode |
const gchar* |
A HTML color code. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |