![]() | imagecolortransparentDescriptionint imagecolortransparent ( resource image [, int color])imagecolortransparent() sets the transparent color in the image image to color. image is the image identifier returned by imagecreate() and color is a color identifier returned by imagecolorallocate().
The identifier of the new (or current, if none is specified) transparent color is returned. | ![]() |