Query: imagecolordeallocate
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IMAGECOLORDEALLOCATE(3) 1 IMAGECOLORDEALLOCATE(3) imagecolordeallocate - De-allocate a color for an imageSYNOPSISbool imagecolordeallocate (resource $image, int $color)DESCRIPTIONDe-allocates a color previously allocated with imagecolorallocate(3) or imagecolorallocatealpha(3).PARAMETERSo $ image -An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(3). o $color - The color identifier.RETURN VALUESReturns TRUE on success or FALSE on failure.EXAMPLESExample #1 Using imagecolordeallocate(3) <?php $white = imagecolorallocate($im, 255, 255, 255); imagecolordeallocate($im, $white); ?>SEE ALSOimagecolorallocate(3), imagecolorallocatealpha(3). PHP Documentation Group IMAGECOLORDEALLOCATE(3)
Related Man Pages |
---|
imagecolorallocatealpha(3) - php |
imagepolygon(3) - php |
imagechar(3) - php |
imagefilltoborder(3) - php |
imagerectangle(3) - php |
Similar Topics in the Unix Linux Community |
---|
Forum Video Tutorial: How to Use Code Tags |
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
Denial Of Service Attack Update |
Please Welcome Nicki Paul to the Moderator Team! |