| View previous topic :: View next topic |
| Author |
Message |
Ruby Guest
|
Posted: Thu Jul 24, 2003 8:19 am Post subject: Why transparent color become black on low colors resolution? |
|
|
On my form i have TImage of red background with a small blue
circle in the middle, i set transparent to true. why when i set
the screen resolution to 256 colors the tranpartnt color ( red )
become BLACK?? ( on high resolution it OK )
Thanks!
Ruby
|
|
| Back to top |
|
 |
Mauro Guest
|
Posted: Thu Jul 24, 2003 1:45 pm Post subject: Re: Why transparent color become black on low colors resolut |
|
|
Hi Ruby,
the reason is that in the low color modus the color palette is restructed and all colors are others, so the transparent color is loosed...
Try: Image->Picture->Bitmap = pf32bit or pf32bit
This denied the system to restructure the colors.
Best regards,
Mauro
"Ruby" <Ruby (AT) nomail (DOT) com> wrote:
| Quote: |
On my form i have TImage of red background with a small blue
circle in the middle, i set transparent to true. why when i set
the screen resolution to 256 colors the tranpartnt color ( red )
become BLACK?? ( on high resolution it OK )
Thanks!
Ruby
|
|
|
| Back to top |
|
 |
Mauro Guest
|
Posted: Thu Jul 24, 2003 1:46 pm Post subject: Re: Why transparent color become black on low colors resolut |
|
|
Sorry, I have mentioned
or pf24bit
|
|
| Back to top |
|
 |
Ruby Guest
|
Posted: Thu Jul 24, 2003 4:30 pm Post subject: Re: Why transparent color become black on low colors resolut |
|
|
Thanks very much! :-)
I will try it later today.
Ruby
"Mauro" <Mauro23 (AT) gmx (DOT) de> wrote:
| Quote: |
Sorry, I have mentioned
or pf24bit
|
|
|
| Back to top |
|
 |
|