al_draw_filled_pieslice - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro_primitives.h>

void al_draw_filled_pieslice(float cx, float cy, float r, float start_theta,
   float delta_theta, ALLEGRO_COLOR color)

Description

Draws a filled pieslice (filled circular sector).

Parameters:

Since

5.0.6, 5.1.0

See Also

al_draw_pieslice(3)

Referenced By

al_draw_pieslice(3).

Allegro reference manual