Searched refs:TikZColors (Results 1 – 1 of 1) sorted by relevance
58 static const char *TikZColors[] = {"white", "black", "red", "green", "cyan", "blue", "magenta", NUL… variable62 return (cl < 16) ? (TikZColors[cl] ? TikZColors[cl] : "black") : "black"; in TikZColorMap()