How to create new bitmap and put on some pixels.
Because below script don't work. The bitmap is created but where is pixel?

on makeNewBitmap
  memb = new( #bitmap )
  memb.setpixel( 0,0,rgb(100,23,44) )
end

Szymek


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to