Forum und email

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 .

매개변수

font

내장 글꼴 1, 2, 3, 4, 5(큰 숫자가 큰 글꼴)나 imageloadfont()로 등록한 글꼴 식별자를 사용할 수 있습니다.

color

A color identifier created with imagecolorallocate()

반환값

The identifier of the new (or current, if none is specified) transparent color is returned.

주의

Note: Transparency is copied only with imagecopymerge() and true color images, not with imagecopy() or pallete images.

Note: The transparent color is a property of the image, transparency is not a property of the color. Once you have set a color to be the transparent color, any regions of the image in that color that were drawn previously will be transparent.