Searched refs:getHisysEventColor (Results 1 – 4 of 4) sorted by relevance
147 rowNodeTextEL.style.color = ColorUtils.getHisysEventColor(rowNode.summaryName!);148 countEle.style.color = ColorUtils.getHisysEventColor(rowNode.summaryName!);
90 return ColorUtils.getHisysEventColor(data.level);
161 ctx.fillStyle = ColorUtils.getHisysEventColor(data.depth!);
124 public static getHisysEventColor(level: string | number): string { method in ColorUtils