Constructor: starGiftAttributeBackdrop

Back to constructors index

The backdrop of a collectible gift ».

Attributes:

NameTypeRequiredDescription
namestringYesName of the backdrop
backdrop_idintYesUnique ID of the backdrop
center_colorintYesColor of the center of the backdrop in RGB24 format.
edge_colorintYesColor of the edges of the backdrop in RGB24 format.
pattern_colorintYesColor of the starGiftAttributePattern applied on the backdrop in RGB24 format.
text_colorintYesColor of the text on the backdrop in RGB24 format.
rarityStarGiftAttributeRarityYes

Type: StarGiftAttribute

Example:

$starGiftAttributeBackdrop = ['_' => 'starGiftAttributeBackdrop', 'name' => 'string', 'backdrop_id' => int, 'center_color' => int, 'edge_color' => int, 'pattern_color' => int, 'text_color' => int, 'rarity' => StarGiftAttributeRarity];