bmp_write_line.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

bmp_write_line - Direct access bank switching line selection for writing. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

unsigned long bmp_write_line(BITMAP *bmp, int line);

DESCRIPTION

Selects the line of a bitmap that you are going to draw onto.

RETURN VALUE

Returns the address of the selected line for writing.

SEE ALSO

exflame(3alleg), exlights(3alleg)