Constructor: help.peerColors
Contains info about multiple color palettes ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
hash | int | Yes | |
colors | Array of help.PeerColorOption | Yes | Usable color palettes. |
Type: help.PeerColors
Example:
$help_peerColors = ['_' => 'help.peerColors', 'hash' => int, 'colors' => [help.PeerColorOption, help.PeerColorOption]];