1. BMP palettes.
- Posted by Paul Kerslake <paulk at UNISERVE.COM> Aug 26, 2000
- 430 views
------=_NextPart_000_000F_01C00F97.881AA5E0 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Is there a way to use all_palette on a BMP and then restore the original = colours without changing the BMP again? ------=_NextPart_000_000F_01C00F97.881AA5E0 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>Is there a way to use all_palette on a = BMP and=20 <EM>then</EM> restore the original colours without changing the BMP=20 ------=_NextPart_000_000F_01C00F97.881AA5E0--
2. Re: BMP palettes.
- Posted by irv <irv at ELLIJAY.COM> Aug 26, 2000
- 438 views
- Last edited Aug 27, 2000
On Sat, 26 Aug 2000, you wrote: > > Is there a way to use all_palette on a BMP and then restore the original > colours without changing the BMP again? > If you mean restore the original colors after the BMP has gone away, yes. See get_all_palette() If you mean while the BMP is still being displayed, no, not without screwing up the BMP colors badly. Irv