Constructor: help.peerColorSet
Represents a color palette that can be used in message accents ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
colors | Array of int | Yes | A list of 1-3 colors in RGB format, describing the accent color. |
Type: help.PeerColorSet
Example:
$help_peerColorSet = ['_' => 'help.peerColorSet', 'colors' => [int, int]];