Layer 220
StarGiftBackground
constructor
starGiftBackground#aff56398 center_color:int edge_color:int text_color:int = StarGiftBackground;
Parameters
| Name | Type | Description |
|---|---|---|
| CenterColor | int | |
| EdgeColor | int | |
| TextColor | int |
Returns
StarGiftBackgroundGogram Example
// Creating StarGiftBackground constructor obj := &tg.StarGiftBackground{ CenterColor: 0, EdgeColor: 0, TextColor: 0, }