Function __global->_search_graph_color_pool
Definitions
sources/graphs.php
- Get a colour from the colour pool.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$i | integer | required parameter | N/A | N/A | Index |
$color_pool | array | required parameter | N/A | N/A | Colour pool |
$label | ?string | Null | N/A | N/A | Named colour label to look up (null: no named label) |
Return
- Colour
- Type: string
- Set: N/A
- Range: N/A