imagecolordeallocate 取消图像颜色的分配

发表日期:2021-07-01 08:55:57 | 来源: | | 浏览(846) 分类:GD 和图像处理 函数

imagecolordeallocate

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

imagecolordeallocate取消图像颜色的分配

说明

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

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

<?php 
$white = imagecolorallocate($im, 255, 255, 255);
imagecolordeallocate($im, $white);
?>

参见 imagecolorallocate()imagecolorallocatealpha()

集速网 copyRight © 2015-2022 宁ICP备15000399号-1 宁公网安备 64010402001209号
与其临渊羡鱼,不如退而结网
欢迎转载、分享、引用、推荐、收藏。