2016-12-20 13:15:22 +01:00
|
|
|
---
|
|
|
|
title: wallPaperSolid
|
|
|
|
---
|
2016-12-19 16:56:52 +01:00
|
|
|
## Constructor: wallPaperSolid
|
2016-12-20 13:15:22 +01:00
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
2016-12-19 16:56:52 +01:00
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|id|[int](../types/int.md) | Required|
|
|
|
|
|title|[string](../types/string.md) | Required|
|
|
|
|
|bg\_color|[int](../types/int.md) | Required|
|
|
|
|
|color|[int](../types/int.md) | Required|
|
|
|
|
|
2016-12-19 18:56:05 +01:00
|
|
|
|
|
|
|
|
|
|
|
### Type: [WallPaper](../types/WallPaper.md)
|
|
|
|
|
|
|
|
|
2016-12-19 16:56:52 +01:00
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-19 17:48:27 +01:00
|
|
|
$wallPaperSolid = ['_' => wallPaperSolid', 'id' => int, 'title' => string, 'bg_color' => int, 'color' => int, ];
|
2016-12-19 16:56:52 +01:00
|
|
|
```
|