Method

AppStreamBrandingremove_color

Declaration [src]

void
as_branding_remove_color (
  AsBranding* branding,
  AsColorKind kind,
  AsColorSchemeKind scheme_preference
)

Description [src]

Deletes a color that matches the given type and scheme preference.

Available since:0.15.2

Parameters

kind AsColorKind
 

The AsColorKind, e.g. AS_COLOR_KIND_PRIMARY.

scheme_preference AsColorSchemeKind
 

Type of color scheme preferred for this color, e.g. AS_COLOR_SCHEME_KIND_LIGHT.