略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: imagecolordeallocate

2024-04-28

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()

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/function.imagecolordeallocate.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3