Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

_set_color(3alleg4) [debian man page]

_set_color(3alleg4)						  Allegro manual					       _set_color(3alleg4)

NAME
_set_color - Inline version of set_color(). Allegro game programming library. SYNOPSIS
#include <allegro.h> void _set_color(int index, const RGB *p); DESCRIPTION
This is an inline version of set_color(), intended for use in the vertical retrace simulator callback function (retrace_proc, which is now deprecated). If you really must use _set_color from retrace_proc, note that it should only be used under DOS, in VGA mode 13h and mode-X. Some SVGA chipsets aren't VGA compatible (set_color() and set_palette() will use VESA calls on these cards, but _set_color() doesn't know about that). SEE ALSO
set_color(3alleg4), set_gfx_mode(3alleg4), ex3buf(3alleg4) Allegro version 4.4.2 _set_color(3alleg4)

Check Out this Related Man Page

exscroll(3alleg4)						  Allegro manual						 exscroll(3alleg4)

NAME
exscroll - Mode-X hardware scrolling and split screens. Allegro game programming library. SYNOPSIS
#include <allegro.h> Example exscroll DESCRIPTION
This program demonstrates how to use hardware scrolling. The scrolling should work on anything that supports virtual screens larger than the physical screen. SEE ALSO
BITMAP(3alleg4), END_OF_MAIN(3alleg4), RGB(3alleg4), SCREEN_H(3alleg4), SCREEN_W(3alleg4), acquire_bitmap(3alleg4), allegro_init(3alleg4), allegro_message(3alleg4), clear_keybuf(3alleg4), create_sub_bitmap(3alleg4), desktop_palette(3alleg4), destroy_bitmap(3alleg4), install_keyboard(3alleg4), keypressed(3alleg4), rectfill(3alleg4), release_bitmap(3alleg4), screen(3alleg4), scroll_screen(3alleg4), set_color(3alleg4), set_gfx_mode(3alleg4), set_palette(3alleg4), vline(3alleg4) Allegro version 4.4.2 exscroll(3alleg4)
Man Page