imagecolorat()
imagecolorat - Get the index of the color of a pixelSyntax
int imagecolorat (resource $image, int $x, int $y)Arguments
- image - An image resource, returned by one of the image creation functions, such as imagecreatetruecolor().
- x - x-coordinate of the point.
- y - y-coordinate of the point.
