- Jun 6, 2020
- 11,559
- 4,422
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.
B4X:
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.
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))))
برای دیدن لینک ها باید ثبت نام کنید