Jason Gruhl <[EMAIL PROTECTED]> wrote: > The problem I am running into is with images whose background is > completely "see-through". When copypixel copies the image it places > a white background. It says in the lingo dictionary this is default. > Does anyone know how to specify a completely see-through background?
Hi Jason, Take a look at the <bitmapMember>.image.setAlpha() command and the <bitmapMember>.useAlpha property. These work only if the image you use is at 32 bit depth, if the alpha data is an integer or an 8-bit image exactly the same size as the 32-bit image. Cheers, Jame [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/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!]
