POLYTYPE_FLAT (3) - Linux Manuals
POLYTYPE_FLAT: Polygon rendering mode type Allegro game programming library.
Command to display POLYTYPE_FLAT
manual in Linux: $ man 3 POLYTYPE_FLAT
NAME
POLYTYPE_FLAT - Polygon rendering mode type Allegro game programming library.
SYNOPSIS
#include <allegro.h>
#define POLYTYPE_FLAT
DESCRIPTION
A simple flat shaded polygon, taking the color from the `c' value of the
first vertex. This polygon type is affected by the drawing_mode() function,
so it can be used to render XOR or translucent polygons.
Pages related to POLYTYPE_FLAT