π Bug Report
The HudBackgroundColor is desaturated. The image below shows that setting all colours to red highlights the pink-ish background.
β Expected behavior
The HudBackgroundColor should be exactly as specified. With red being set for all colours you shouldn't be able to see any text or activity spinner.
πͺ Reproduction steps
ProgressHUDAppearance.HudBackgroundColor = UIColor.FromRGB(255, 0, 0);
ProgressHUDAppearance.HudTextColor = UIColor.Red;
ProgressHUDAppearance.RingColor = UIColor.Red;
BTProgressHUD.Show("Loading...", -1, MaskType.Black);
π Configuration
Direct package reference.
.NET 9.0.306
"microsoft.net.sdk.ios": "26.0.9752/9.0.100"
UIDesignRequiresCompatibility = true
π¦ Package Version:
π± iOS Version:
iOS 26 but only when UIDesignRequiresCompatibility is true.