Any object convertible to a Color.
alias of Union[Tuple[int, int, int], Tuple[int, int, int, int], Tuple[float, float, float], Tuple[float, float, float, float], Sequence[int], Sequence[float], ndarray[Any, dtype[float]], Dict[str, Union[int, float, str]], str, Color, vtkColor3ub]