Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:red

856         --   s.addcomponent(((0,0), (10,10), (-10,10)), "red", "blue")
861 >>> s.addcomponent(poly, "red", "blue")
2114 >>> turtle.color('red', 'green')
2116 ('red', 'green')
2146 s is a Tk color specification string, such as "red" or "yellow"
2183 s is a Tk color specification string, such as "red" or "yellow"
2278 >>> turtle.pen(fillcolor="black", pencolor="red", pensize=10)
2281 'pencolor': 'red', 'pendown': True, 'fillcolor': 'black',
2293 'pencolor': 'red', 'pendown': True, 'fillcolor': 'green',
3446 ... self.fillcolor("red")
3454 Clicking on joe turns fillcolor red, unclicking turns it to
3917 color("red")
3973 color("red","yellow")
4018 tri.pencolor("red")