Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xor_mode(3alleg4) [suse man page]

xor_mode(3alleg4)						  Allegro manual						 xor_mode(3alleg4)

NAME
xor_mode - Shortcut for toggling xor drawing mode on and off. Allegro game programming library. SYNOPSIS
#include <allegro.h> void xor_mode(int on); DESCRIPTION
This is a shortcut for toggling xor drawing mode on and off. Calling xor_mode(TRUE) is equivalent to drawing_mode(DRAW_MODE_XOR, NULL, 0, 0). Calling xor_mode(FALSE) is equivalent to drawing_mode(DRAW_MODE_SOLID, NULL, 0, 0). SEE ALSO
drawing_mode(3alleg4), exspline(3alleg4), exupdate(3alleg4) Allegro version 4.4.2 xor_mode(3alleg4)

Check Out this Related Man Page

expat(3alleg4)							  Allegro manual						    expat(3alleg4)

NAME
expat - Using patterned drawing modes and sub-bitmaps. Allegro game programming library. SYNOPSIS
#include <allegro.h> Example expat DESCRIPTION
This program demonstrates the use of patterned drawing and sub-bitmaps. SEE ALSO
BITMAP(3alleg4), END_OF_MAIN(3alleg4), acquire_bitmap(3alleg4), allegro_error(3alleg4), allegro_init(3alleg4), allegro_message(3alleg4), bitmap_mask_color(3alleg4), blit(3alleg4), clear_to_color(3alleg4), create_bitmap(3alleg4), create_sub_bitmap(3alleg4), desktop_pal- ette(3alleg4), destroy_bitmap(3alleg4), drawing_mode(3alleg4), font(3alleg4), install_keyboard(3alleg4), makecol(3alleg4), masked_blit(3alleg4), palette_color(3alleg4), readkey(3alleg4), rectfill(3alleg4), release_bitmap(3alleg4), screen(3alleg4), set_gfx_mode(3alleg4), set_palette(3alleg4), solid_mode(3alleg4), text_height(3alleg4), text_length(3alleg4), textout_ex(3alleg4) Allegro version 4.4.2 expat(3alleg4)
Man Page