STATE_group_set_color
Set the color of all the polygons that belong to the given group. rgb[0] ==red rgb[1]==green; rgb[2]==blue Example: BYTE rgb[3]={255,0,0}; red color STATE_group_set_color(NULL, rgb); Set the whole world to red