MCPcopy Index your code
hub / github.com/csev/py4e / setFill

Method setFill

code/graphics/graphics.py:441–443  ·  view source on GitHub ↗

Set interior color to color

(self, color)

Source from the content-addressed store, hash-verified

439 self.config = config
440
441 def setFill(self, color):
442 """Set interior color to color"""
443 self._reconfig("fill", color)
444
445 def setOutline(self, color):
446 """Set outline color to color"""

Callers

nothing calls this directly

Calls 1

_reconfigMethod · 0.95

Tested by

no test coverage detected