Searched refs:tempHue (Results 1 – 1 of 1) sorted by relevance
72 auto tempHue = static_cast<int>(h) % 360; in getRGB() local73 tempHue = tempHue / 60; in getRGB()75 int i = static_cast<int>(trunc(tempHue)); in getRGB()