Query: _putpixel24
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
_putpixel(3alleg4) Allegro manual _putpixel(3alleg4)NAME_putpixel, _putpixel15, _putpixel16, _putpixel24, _putpixel32 - Faster specific version of putpixel(). Allegro game programming library.SYNOPSIS#include <allegro.h> void _putpixel(BITMAP *bmp, int x, int y, int color); void _putpixel15(BITMAP *bmp, int x, int y, int color); void _putpixel16(BITMAP *bmp, int x, int y, int color); void _putpixel24(BITMAP *bmp, int x, int y, int color); void _putpixel32(BITMAP *bmp, int x, int y, int color);DESCRIPTIONLike the regular putpixel(), but much faster because they are implemented as an inline assembler functions for specific color depths. These won't work in mode-X graphics modes, don't perform any clipping (they will crash if you try to draw outside the bitmap!), and ignore the drawing mode.SEE ALSOputpixel(3alleg4), makecol(3alleg4) Allegro version 4.4.2 _putpixel(3alleg4)
| Related Man Pages |
|---|
| bitmap_mask_color(3alleg4) - debian |
| bitmap_mask_color(3alleg4) - centos |
| bitmap_mask_color(3alleg4) - opendarwin |
| bitmap_mask_color(3alleg4) - php |
| bitmap_mask_color(3alleg4) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Introduction |
| A (ksh) Library For and From UNIX.com |
| How to copy a column of multiple files and paste into new excel file (next to column)? |