Hi all,
There is a problem with the GE API when setting the color to blue.
It seems to be the same problem here:
Where the tip of the icon turns blue but not the body.
I have the following basic code:
var icon = ge.createIcon('');
icon.setHref(propIcon);
var style = ge.createStyle('');
style.getIconStyle().setIcon(icon);
var colorMode = style.getIconStyle().getColor();
colorMode.set("fffdf802");
The icon simply stays green.
It works with some other colors.
What's going on there?