dordTransparent background

  • Thread starter Thread starter New_at_CF
  • Start date Start date
N

New_at_CF

I know that win ce does not support transparency...

When I display an image (*.png) transparent section is black, but on
other pda is yellow...

Is it possible to what color would this be?

regards!
 
Hi,

New_at_CF said:
When I display an image (*.png) transparent section is black, but on
other pda is yellow...

Depending upon how you are drawing your transparent PNG the black or
yellow regions are most likely the default (potentially random) contents
of your graphics context.

Before you draw your PNGs try calling the Clear() method on your
Graphics context. This should allow you to specify the background colour
that will show behind the PNG.

Hope this helps,
Christopher Fairbairn
 
Back
Top