Compute a hexadecimal color value from RGB componants.
R,G,B,A composants range from 0 to 100.
rgb r,g,b
r red g green b blue
Source ?c = rgb 100,50,0 print ?c fill screen ?cExecution #FF8000FF

Compute a hexadecimal color value from RGB componants.
R,G,B,A composants range from 0 to 100.
rgb r,g,b
r red g green b blue
Source ?c = rgb 100,50,0 print ?c fill screen ?cExecution #FF8000FF