I’m not sure if this should be considered a bug or just a limitation of the IDE not being API 2.0 (I’m making that assumption here based on what I’m seeing).
ETA: As Emile pointed out, the correct color picker is used in other areas of the IDE, so this isn’t a limitation of the API version used in the IDE.
With this simple code where ColorPicker1 is a DesktopColorPicker:
dim testColor as Color = RGB(255,0,0,128)
ColorPicker1.Show(testColor,"")
break
Clicking on the color swatch in the variables panel will bring up a color picker that doesn’t have an opacity slider, so what it’s displaying is completely wrong.
When the ColorPicker1 appears, it is showing the correct color with the alpha component.
Would it be possible for the IDE to be updated to use the equivalent of DesktopColorPicker on macOS?
Ticket here: https://tracker.xojo.com/xojoinc/xojo/-/issues/78782