<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Georgia">fwiw, </font>Color r: 0.0 g: 0.0 b: 0.004<font
      face="Georgia"> is squeak's way of representing black in 16 bits
      so 0 can mean transparent</font><br>
    <br>
    <div class="moz-cite-prefix">On 9/9/19 8:56 AM, Tobias Pape wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:98539C69-6788-40AB-ABBB-28DDFB52FBAD@gmx.de">
      <blockquote type="cite" style="color: #000000;">
        <pre class="moz-quote-pre" wrap="">Other examples:

"Example 2"
f := Form extent: 1 asPoint depth: 1.
f colorAt: 0 @ 0 put: Color red.
g := f asFormOfDepth: 32.
g colorAt: 0 @ 0 "--> (Color r: 0.0 g: 0.0 b: 0.004)"
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">yes, because you go from black/white to 32bit. I would have expected r0g0b0, but there might some rounding go on.

</pre>
    </blockquote>
    <br>
  </body>
</html>