getcolor
getcolor()
Returns the RGB value of the current drawing color (last set by color statement). RGB is calculated by taking ((red * 256) + green * 256) + blue where red, green, and blue are between 0 and 255.
color red print getcolorwill print
16711680
0.9.5m