Would be nicer if we could select [0-255].. [0-100]..[0-1] ranges. A small update that would really make a difference!
Thanks for considering

I can't tell for other OS but under Linux with GDK API the color is defined like this :BarryG wrote: Sun Oct 16, 2022 4:43 am Does the OS color picker even support that? That's what PureBasic uses.
Code: Select all
Structure GdkRGBA
Red.d
Green.d
Blue.d
Alpha.d
EndStructure
Referring to the one in the IDE under Tools-->Color Picker (not the ColorRequester() function). It's a custom one.BarryG wrote: Sun Oct 16, 2022 4:43 am Does the OS color picker even support that? That's what PureBasic uses.