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