ColorThief\Image\Adapter\GmagickImageAdapter::destroy PHP Method

destroy() public method

public destroy ( )
    public function destroy()
    {
        if ($this->resource) {
            $this->resource->clear();
            $this->resource->destroy();
        }
        parent::destroy();
    }