Pixeler\Matrix::clearColors PHP Метод

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

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