def __init__(self, matrix): Grid.__init__(self,_onlyColors(matrix))
def __init__(self, matrix): Grid.__init__(self,_extendGrid(matrix))