Compute a hexadecimal color value from RGBA componants.
R,G,B,A composants range from 0 to 100.
rgba r,g,b,a
r red g green b blue a opacity (0-100)
Source ?c = rgba 100,50,0,50 print ?c fill screen ?cExecution #FF800080

Compute a hexadecimal color value from RGBA componants.
R,G,B,A composants range from 0 to 100.
rgba r,g,b,a
r red g green b blue a opacity (0-100)
Source ?c = rgba 100,50,0,50 print ?c fill screen ?cExecution #FF800080