Interface UpgradedGiftBackdrop

Describes a backdrop of an upgraded gift.

interface UpgradedGiftBackdrop {
    @type: "upgradedGiftBackdrop";
    center_color: number;
    edge_color: number;
    name: string;
    rarity_per_mille: number;
    symbol_color: number;
    text_color: number;
}

Properties

@type: "upgradedGiftBackdrop"
center_color: number

A color in the center of the backdrop in the RGB format.

edge_color: number

A color on the edges of the backdrop in the RGB format.

name: string

Name of the backdrop.

rarity_per_mille: number

The number of upgraded gift that receive this backdrop for each 1000 gifts upgraded.

symbol_color: number

A color to be applied for the symbol in the RGB format.

text_color: number

A color for the text on the backdrop in the RGB format.