logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

Name

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

Return Value

       Returns the address of the selected line for writing.

See Also

exflame(3alleg4), exlights(3alleg4)

Allegro                                           version 4.4.3                          bmp_write_line(3alleg4)

Synopsis

#include<allegro.h>unsignedlongbmp_write_line(BITMAP*bmp,intline);

See Also