Is there a known way to change the color of an icon which is based on single colored PNG pic?
var icon = new IconComponent("Fonts/StickUpDown.png");
icon.setIconScale(0.35f);
label = new Label("");
label.setIcon(icon);
label.setFont(fontMedium);
label.setLocalScale(0.02f);
I couldn’t find anything so far, would be cool if it is possible.