Home > PHP > Function > > ImagickPixel::destroy()

ImagickPixel::destroy()

ImagickPixel::destroy - Deallocates resources associated with this object

Syntax

bool ImagickPixel::destroy ()

Arguments

-

Description

Deallocates any resources used by the ImagickPixel object, and unsets any associated color. The object should not be used after the destroy function has been called.

Version

PHP PECL imagick 2.0.0

Return value

Returns TRUE on success.