[BUG?] Form>>makeBWForm:

Reinier van Loon R.L.J.M.W.van.Loon at inter.nl.net
Sun Apr 18 09:42:41 UTC 1999


Dan,

the parameter to makeBWForm: is called foreground color.

So, when I have a evaluate the following:

( ( Form fromBMPFileNamed: 'Fixedsys9.bmp' ) makeBWForm: Color black )

 I expect the black on white .bmp to become a form with black letters on a
white background. But, it's white on black. Evaluating (black changed to
white):

( ( Form fromBMPFileNamed: 'Fixedsys9.bmp' ) makeBWForm: Color white )

yields the desired result.

Is the comment incorrect or the code? Or am I missing something?

Reinier.





More information about the Squeak-dev mailing list