|
imagecolortransparent(PHP 4, PHP 5) imagecolortransparent — Define a color as transparent Описание
int imagecolortransparent
( resource $image
[, int $color
] )
Sets the transparent color in the given image. Список параметров
Возвращаемые значенияThe identifier of the new (or current, if none is specified) transparent color is returned. Примеры
Пример #1 imagecolortransparent() example
<?php Результатом выполнения данного примера будет что-то подобное: Примечания
|
|