<li><strong>Use <codeclass="python hljs"><spanclass="hljs-string">'fill=<color>'</span></code> to set the primary color.</strong></li>
<li><strong>Use <codeclass="python hljs"><spanclass="hljs-string">'outline=<color>'</span></code> to set the secondary color.</strong></li>
<li><strong>Color can be specified as a tuple, int, <codeclass="python hljs"><spanclass="hljs-string">'#rrggbb'</span></code> string or a color name.</strong></li>
<li><strong>Color can be specified as a int, tuple, <codeclass="python hljs"><spanclass="hljs-string">'#rrggbb[aa]'</span></code> string or a color name.</strong></li>
</ul>
<div><h2id="animation"><ahref="#animation"name="animation">#</a>Animation</h2><div><h4id="createsagifofabouncingball">Creates a GIF of a bouncing ball:</h4><pre><codeclass="python language-python hljs"><spanclass="hljs-comment"># $ pip3 install pillow imageio</span>