Searched refs:CLR_GREEN (Results 1 – 3 of 3) sorted by relevance
85 extern const GXColor CLR_GREEN;
103 SetFontColor( CLR_GREEN ); in Render()584 SetFontColor( CLR_GREEN ); in PrintWiiId()
50 const GXColor CLR_GREEN = { 0, 255, 0, 255 }; variable