Searched refs:colorId (Results 1 – 1 of 1) sorted by relevance
75 unsigned colorId = unsigned(round(percent * (heatSize - 1.0))); in getHeatColor() local76 return heatPalette[colorId]; in getHeatColor()