<div dir="ltr">No, I don&#39;t think it does. The drawing operation is called &quot;over&quot; and it takes two colors (rgb, say), and an alpha and produces a color (rgb). So you always start with some solid color in the background and draw the shape on top of it, resulting in another color that some other shape can be drawn on top of.</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Feb 22, 2013 at 3:45 PM, Sam Tobin-Hochstadt <span dir="ltr">&lt;<a href="mailto:samth@ccs.neu.edu" target="_blank">samth@ccs.neu.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Fri, Feb 22, 2013 at 4:40 PM,  &lt;<a href="mailto:robby@racket-lang.org">robby@racket-lang.org</a>&gt; wrote:<br>

&gt;<br>
&gt; +  The list of colors is obtained by drawing the image on a white<br>
&gt; +  background and then reading off the colors of the pixels that were drawn.<br>
<br>
</div>Is there a particular reason to choose white, as opposed to clear, for<br>
the background in this test?  Does drawing on a &quot;clear&quot; background<br>
even make any sense in this case?<br>
<span class="HOEnZb"><font color="#888888"><br>
Sam<br>
</font></span></blockquote></div><br></div>