For example, say I want to print text using the following color:
R: 0.5
G: 0.8
B: 0.1
I know about print_with_color()
but as far as I know it has to use a Symbol
to print, and I do not know how to create one for any arbitrary color, or if that is actually possible.