Pixeler\Matrix::clear PHP Method

clear() public method

public clear ( )
    public function clear()
    {
        $this->matrix = new \SplFixedArray($this->size);
        $this->colors = new \SplFixedArray($this->csize);
    }