Man Linux: Main Page and Category List

NAME

       extruec  - Truecolor pixel format conversions. Allegro game programming
       library.

SYNOPSIS

       #include <allegro.h>

       Example extruec

DESCRIPTION

       This program shows how to  specify  colors  in  the  various  different
       truecolor  pixel formats. The example shows the same screen (a few text
       lines and three coloured  gradients)  in  all  the  color  depth  modes
       supported  by  your video card. The more color depth you have, the less
       banding you will see in the gradients.

SEE ALSO

       END_OF_MAIN(3alleg),  PALETTE(3alleg),  RGB(3alleg),  SCREEN_H(3alleg),
       SCREEN_W(3alleg),     acquire_screen(3alleg),     allegro_init(3alleg),
       clear_to_color(3alleg),   font(3alleg),   generate_332_palette(3alleg),
       install_keyboard(3alleg),         key(3alleg),         makecol(3alleg),
       readkey(3alleg),        release_screen(3alleg),         screen(3alleg),
       set_color_depth(3alleg),   set_gfx_mode(3alleg),   set_palette(3alleg),
       textout_centre_ex(3alleg),  textout_ex(3alleg),  textprintf_ex(3alleg),
       vline(3alleg)