We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Turtle.FillColor()
1 parent 16e5b9b commit d136f6fCopy full SHA for d136f6f
Types/Turtle/FillColor.ps1
@@ -0,0 +1,3 @@
1
+param($fill = 'transparent')
2
+$this.Fill = $fill
3
+return $this
0 commit comments