There are several posts on filled polygons that don't show the right colors in GE.
It was discussed that the polygon draw order have to be counter clockwise so the right color will be shown in GE.
I have received few emails asking on how to find out (from the coordinates) if the draw order of a polygon is clockwise or counter clockwise.
Well, it easy. You have to calculate the signed area of the polygon, according to:
If the signed area is negative, the polygon is clockwise. There are other methods.