Allegro Manual
Drawing primitives
clear_bitmap
clear_to_color
putpixel
_putpixel
_putpixel15
_putpixel16
_putpixel24
_putpixel32
getpixel
_getpixel
_getpixel15
_getpixel16
_getpixel24
_getpixel32
vline
hline
do_line
line
fastline
triangle
polygon
rect
rectfill
do_circle
circle
circlefill
do_ellipse
ellipse
ellipsefill
do_arc
arc
calc_spline
spline
floodfill
_getpixel15
Description
int
_getpixel15
(
BITMAP
*
bmp,
int
x,
int
y
)
;
Related Discussions
The following threads each have code containing this keyword:
Fastest forms of putpixel()/getpixel()
1
optimizing code with Assemmbly
1
Note:
You can click on the numbers to jump directly to the posts that reference this page.