PHP Wysardry
PHP Manual

PHP documentation.



Home / PHP / Manual / ...



PHP Manual
Prev Next

ImageColorDeAllocate

(3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0)

ImageColorDeAllocate --  De-allocate a color for an image

Description

int imagecolordeallocate (int im, int index)

The ImageColorDeAllocate() function de-allocates a color previously allocated with the ImageColorAllocate() function.

$white = ImageColorAllocate($im, 255, 255, 255);
ImageColorDeAllocate($im, $white);

Prev Manual Home Next
ImageColorAllocate Up ImageColorAt
Site Menu

Amazon.ca
Amazon.com
Amazon.co.uk



Most recently updated on 11 May, 2003

Home / PHP / Manual / ...



Please feel free to contact us with any comments or suggestions
PHP Manual
PHP Wysardry

This site is hosted by Spaceports