Mail Archives: djgpp/1998/03/30/17:55:42
here is a little about palette for images.
maybe it will help you.
PALETTE pal;
BITMAP *splashbx = load_bmp("splashbx.bmp",pal);
set_pallete (pal);
the last line corrects the palette.
bye
At 02:18 PM 3/30/98 -0800, Ishpeck wrote:
>I created a .FLI file with Animagician
>and played it in my program using Allegro.
>
>The problem is the color palette is all
>different, so my yellows are purple and
>my reds are yellow and so on...
>
>The question is:
>
>Where can I find a .FLI editor that
>can change palettes, or, how can I
>change the palette when I load the
>.FLI?
>
>
- Raw text -