Layer 224
StarGiftBackgroundObj
Star gift background colors
constructor
starGiftBackground#aff56398 center_color:int edge_color:int text_color:int = StarGiftBackground;
Parameters
| Name | Type | Description |
|---|---|---|
| CenterColor | int | Center color |
| EdgeColor | int | Edge color |
| TextColor | int | Text color |
Returns
StarGiftBackgroundGogram Example
// Creating StarGiftBackgroundObj constructor obj := &tg.StarGiftBackgroundObj{ CenterColor: 42, EdgeColor: 42, TextColor: 42, }