1ALLEGRO_PRIM_QUALITY(3) ALLEGRO_PRIM_QUALITY(3)
23
4
NAME
6ALLEGRO_PRIM_QUALITY - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_primitives.h>
1011
#define ALLEGRO_PRIM_QUALITY 10
12
DESCRIPTION
14Controls the quality of the approximation of curved primitives
15(e.g. circles). Curved primitives are drawn by approximating them with
16a sequence of line segments. By default, this roughly corresponds to
17error of less than half of a pixel.
1819
20
21
Allegro reference manual ALLEGRO_PRIM_QUALITY(3)