Im trying to draw a gw.polyline in a certain color, but no matter what I do it always draws as blue (which is weird, seeing as the docs claim the default gw color is red :/)
fn GW_DisplaySidesInteger = (
gw.setTransform this.tm
gw.polyline #([0,0,0], [1,0,0], [1,1,0]) false rgb:#(red, green, blue)
gw.setColor #line (color 0 255 0)
gw.updateScreen()
),
edit: looks like the line is gray now when its being drawn while a mousetool is active… I suppose its better than the blue that hurts my eyes.
