ColorThief\Image\Adapter\GmagickImageAdapter::destroy PHP Метод

destroy() публичный Метод

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