Searched refs:expCapped (Results 1 – 1 of 1) sorted by relevance
92 const expCapped = Math.min(Math.max(exp - 3), 9); constant93 const hue = (180 - Math.floor(expCapped * (180 / 6)) + 360) % 360;