Gauge icon indicating copy to clipboard operation
Gauge copied to clipboard

Add capability to set colors programmatically

Open Xav21 opened this issue 4 years ago • 1 comments

Thank for your excellent job ! I woud libe to change gauge colors by value at runtime.

By adding in the class something like ?

public void setFaceColor(int c) { faceColor = c; }; public void setScaleColor (int c) { scaleColor = c; }; public void setneedleColor(int c) { needleColor = c; };

Happy Xmas! Xavier

Xav21 avatar Dec 24 '20 14:12 Xav21

I second the motion, It would be very useful to be able to change the faceColor programmatically as mentioned above

Thank you for a great set of gauges, Best Regards, Blake

blakegover avatar Jan 05 '21 18:01 blakegover