Searched refs:numGlobalColors (Results 1 – 1 of 1) sorted by relevance
582 int numGlobalColors = sizeof(globalColorArray) / sizeof(rgb_color); in setupEventColors() local586 globalColorIndex = (globalColorIndex + 1) % numGlobalColors; in setupEventColors()