(PHP 4, PHP 5, PHP 7)
imagecolorat — ȡ��ij���ص���ɫ����ֵ
$image
, int $x
, int $y
) : int
���� image
��ָ����ͼ����ָ��λ�����ص���ɫ����ֵ��
��� PHP ����ʱ������ GD �� 2.0 ����ߵİ汾����ͼ�������ɫͼ���������������ظõ�� RGB ֵ������λ��������ȡ�ú죬�̣������Գɷֵ�ֵ��
Example #1 ȡ�ø��Ե� RGB ֵ
<?php
$im = ImageCreateFromPng("rockym.png");
$rgb = ImageColorAt($im, 100, 100);
$r = ($rgb >> 16) & 0xFF;
$g = ($rgb >> 8) & 0xFF;
$b = $rgb & 0xFF;
?>
�μ� imagecolorset() �� imagecolorsforindex()��