Searched refs:LIGHT_GREEN (Results 1 – 2 of 2) sorted by relevance
46 static const Color LIGHT_GREEN = {0.0f, 0.5f, 0.0f, 1.0f}; variable
1516 for (auto color : {LIGHT_RED, LIGHT_GREEN, LIGHT_BLUE}) { in TEST_P()