debian man page for _set_color

Query: _set_color

OS: debian

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

_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)
Related Man Pages
ex3buf(3alleg4) - debian
exscroll(3alleg4) - debian
exscroll(3alleg4) - opendarwin
exscroll(3alleg4) - mojave
exscroll(3alleg4) - osx
Similar Topics in the Unix Linux Community
How to set color in the xterm
Problems with set ColorDepth 8bit in solaris10X86
How to set colorscheme for a shell while/after logging in?