hi!
i have been working to change dynamically the color of the polygons but i get the same bug..i have blue RGB but i get a complementary color (orange)..i don't understand why change the color.. i need some help!! Please!!..this is my code:
for (var j = 0; j < placemarks.getLength(); ++j) {
var placemark = placemarks.item(j);
placemark.setStyleSelector(ge.createStyle(''));
var placemarkS = placemark.getStyleSelector().getPolyStyle();
placemark.setDescription('Hi');
placemarkS.getColor().set('9974a6fc');
}