取消影象顏色的分配

imagecolordeallocate

(PHP 4, PHP 5, PHP 7, PHP 8)

imagecolordeallocate取消影象顏色的分配

說明

imagecolordeallocate(resource $image, int $color): bool

imagecolordeallocate() 函式取消先前由 imagecolorallocate()imagecolorallocatealpha() 分配的顏色。

<?php
$white 
imagecolorallocate($im255255255);
imagecolordeallocate($im$white);
?>

參見 imagecolorallocate()imagecolorallocatealpha()

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *