(05-01-2025, 11:19 PM)PhilOfPerth Wrote: Probably over-simplistic, but for my progs, I just add 3 or 4 Subs that define the colours I want to use:
...
Sub Red:
Color _rgb(255,0,0)
End Sub
...
Works for me!
Ha! Well that's just the thing, with this nifty feature
$COLOR:0
and
$COLOR:32
we don't have to do that anymore!
That means you can do MORE with LESS code! Yay!

I just brought up the suggestion to mention this from, or it seems better to link to -with context- from the Color page, because without that clue, I wouldn't know about it. I only knew to look for it after noticing people using color names in their code without having made a function. But when I tried it, it didn't work, so that's when I searched and found the wiki page on it. Which led to this whole thread!

I have to say, it is nice that this language is evolving and cool little features like that pop up, because it does make life easier!