Constructor: starGiftAttributeBackdrop
The backdrop of a collectible gift ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
name | string | Yes | Name of the backdrop |
backdrop_id | int | Yes | Unique ID of the backdrop |
center_color | int | Yes | Color of the center of the backdrop in RGB24 format. |
edge_color | int | Yes | Color of the edges of the backdrop in RGB24 format. |
pattern_color | int | Yes | Color of the starGiftAttributePattern applied on the backdrop in RGB24 format. |
text_color | int | Yes | Color of the text on the backdrop in RGB24 format. |
rarity_permille | int | Yes | The number of upgraded gifts that receive this backdrop for each 1000 gifts upgraded. |
Type: StarGiftAttribute
Example:
$starGiftAttributeBackdrop = ['_' => 'starGiftAttributeBackdrop', 'name' => 'string', 'backdrop_id' => int, 'center_color' => int, 'edge_color' => int, 'pattern_color' => int, 'text_color' => int, 'rarity_permille' => int];