Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
COLOR_MAP(3)			Allegro	manual			  COLOR_MAP(3)

NAME
       COLOR_MAP - Stores a color map to accelerate drawing. Allegro game pro-
       gramming	library.

SYNOPSIS
       #include	<allegro.h>

       typedef struct COLOR_MAP

DESCRIPTION
	  unsigned char	data[PAL_SIZE][PAL_SIZE];

       Read  chapter  "Transparency and	patterned drawing", section "256-color
       transparency" for a description on how to obtain/use this structure.

SEE ALSO
       color_map(3), ex3d(3), excolmap(3), exlights(3),	exshade(3), extrans(3)

Allegro				 version 4.4.3			  COLOR_MAP(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=COLOR_MAP&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help