Interface BackgroundTypePattern

A PNG or TGV (gzipped subset of SVG with MIME type "application/x-tgwallpattern") pattern to be combined with the background fill chosen by the user. Subtype of BackgroundType.

interface BackgroundTypePattern {
    @type: "backgroundTypePattern";
    fill: BackgroundFill;
    intensity: number;
    is_inverted?: boolean;
    is_moving?: boolean;
}

Properties

@type: "backgroundTypePattern"

Fill of the background.

intensity: number

Intensity of the pattern when it is shown above the filled background; 0-100.

is_inverted?: boolean

True, if the background fill must be applied only to the pattern itself. All other pixels are black in this case. For dark themes only.

is_moving?: boolean

True, if the background needs to be slightly moved when device is tilted.