close
使用 imagecolorclosesthwb() 的例子
<?php
$im = imagecreatefromgif('php.gif');
echo 'HWB: ' . imagecolorclosesthwb($im, 116, 115, 152);
imagedestroy($im);
?>
以上例程的輸出類似於:
HWB: 33
全站熱搜
使用 imagecolorclosesthwb() 的例子
<?php
$im = imagecreatefromgif('php.gif');
echo 'HWB: ' . imagecolorclosesthwb($im, 116, 115, 152);
imagedestroy($im);
?>
以上例程的輸出類似於:
HWB: 33