Python Forum
Turtle fillcolor?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Turtle fillcolor?
#1
Hello turtle experts and maintainers. I think the turtle is always black? Is there a way to change the turtle fill color? I have a proj using turtle to draw a dialface with white tic marks and numbers and a black face. I can use the turtle to point to the tic marks by turning on the outline param. It outlines in the pen color. Good so far, but I want a white filled arrow. Any way to do this? Thanks!
Reply
#2
To have turtle in any specific color you can use:
turtle.fillcolor('white')
"Often stumped... But never defeated."
Reply
#3
I swear I searched for this in books and forums, but it seems you are in fact correct, and my needle pointer is now white. Thanks for the reply! (I guess that one was obvious... I have a couple more that I might need to call in another question on... standby)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Turtle / turtle question DPaul 2 2,163 Oct-04-2020, 09:23 AM
Last Post: DPaul

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020