ColorLike#
- ColorLike = tuple[int, int, int] | tuple[int, int, int, int] | tuple[float, float, float] | tuple[float, float, float, float] | collections.abc.Sequence[int] | collections.abc.Sequence[float] | numpy.ndarray[tuple[typing.Any, ...], numpy.dtype[float]] | dict[str, int | float | str] | str | ForwardRef('Color') | vtkmodules.vtkCommonDataModel.vtkColor3ub | ForwardRef('_ALL_COLORS_LITERAL')#
Represent a union type
E.g. for int | str