Computer Science Canada Image Transparency |
Author: | Superskull85 [ Sat Mar 31, 2007 5:43 pm ] | ||
Post subject: | Image Transparency | ||
I'm using BMP images and I can make BMP's with white backgrounds transparent using picMerge, but I wanted to know how to make any background transparent (If thats possible with Turing). This is the code I am using now:
Also is it possible to properly view BMP that have their information stored in the ALPHA layer in Turing? |
Author: | lordroba [ Sat Mar 31, 2007 6:21 pm ] | ||
Post subject: | Re: Image Transparency | ||
Use Pic.SetTransparentColor example:
This will make the color 'blue' transparent in your picture. Btw, post your XMB once you're done with it, I'd like to see how it turns out. |
Author: | Clayton [ Sat Mar 31, 2007 6:59 pm ] | ||
Post subject: | RE:Image Transparency | ||
Code like that just screams arrays. Take a look at my tutorial in the Turing Walkthrough ![]() |
Author: | Superskull85 [ Sat Mar 31, 2007 7:12 pm ] | ||
Post subject: | Re: Image Transparency | ||
lordroba @ Sat Mar 31, 2007 6:21 pm wrote: Use Pic.SetTransparentColor
example:
This will make the color 'blue' transparent in your picture. Btw, post your XMB once you're done with it, I'd like to see how it turns out. Thanks, this will be very helpful! I'll post my XMB when I'm done, I could also submit the entire program as well. I've never even used arrays before, but I'll make sure to read the tutorial. |