iOS Question Gauge: Color issue on blue background

voxel

Member
Licensed User
Hello,
I use the Gauge library and I have a color problem with my app which has a blue background.
The colors of the Gauge are not good, I have the impression because they are transparent with the background. I tried all Gaude parameters in the Designer without success.
Here is the actual code on the RGB color settings as well as an example of the Gauge screenshot.
Thanks for your help.

Note: I don't have this color change problem with my application under B4A

B4X:
GaugeNO3.SetRanges(Array(GaugeTH.CreateRange(0, 10,Colors.RGB(115,255,0)), GaugeTH.CreateRange(10,50, Colors.RGB(89,198,0)), GaugeTH.CreateRange(50, 100,Colors.RGB(255,170,0)),GaugeTH.CreateRange(100,110, Colors.RGB(255,0,0))))
 

Attachments

  • gauge.jpg
    gauge.jpg
    42.2 KB · Views: 73
Last edited:
Top