Get color of a turtle's icon

turtlecolor
tc

Returns an array of color and transparency compounds configured for the turtle's icon.

Example:

print tc
settc "red
print tc

Output:

{0 0 0 100}
{100 0 0 100}

See also:

setturtlecolor, settc - set color of a turtle's icon

Table of Content