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

destroy() public method

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