Hello Gerrit,
When I change the GaugeSkin with: gauge.setSkinType(...); it removes all my Color Settings that I did before.
If I set the Skin when Creating the Gauge: Gauge gauge = GaugeBuilder.create().skinType(curve.getSkinType()).build(); It works perfectly, without changing the Colors.
Any Idea how to fix this error?