gsplot.ColorSpec# ColorSpec = str | tuple[float, float, float] | tuple[float, float, float, float]# A Matplotlib color name or an RGB or RGBA channel tuple. Examples# >>> import gsplot as gs >>> color: gs.ColorSpec = "tab:blue"