Function __global->imagecolorat
Definitions
sources_custom/phpstub.php
- Get the index of the color of a pixel.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: int
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$image | resource | required parameter | N/A | N/A | The image handle |
$x | integer | required parameter | N/A | N/A | X ordinate |
$y | integer | required parameter | N/A | N/A | Y ordinate |
Return
- The colour
- Type: integer
- Set: N/A
- Range: N/A