What value do you need to put to make all the pixels in a single word white? What is the actual value you are putting?
On an unrelated note: you never need to write 2 @commands one after the other. The second one will always "win", so you can remove the first one. From your code:
@black
@iter
Why do you do that? What is your expectation for this code?