Searched refs:colorForName (Results 1 – 2 of 2) sorted by relevance
100 ctx.fillStyle = ColorUtils.colorForName(data.name || '');
168 public static colorForName(name: string): string { method in ColorUtils