logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_draw_filled_pieslice - Allegro 5 API

Description

       Draws a filled pieslice (filled circular sector).

       Parameters:

       • cx, cy - Center of the pieslice

       • r - Radius of the pieslice

       • color - Color of the pieslice

       • start_theta - The initial angle from which the pieslice is drawn in radians

       • delta_theta - Angular span of the pieslice in radians (pass a negative number to switch direction)

Name

       al_draw_filled_pieslice - Allegro 5 API

See Also

al_draw_pieslice(3alleg5)

Allegro reference manual                                                        al_draw_filled_pieslice(3alleg5)

Since

       5.0.6, 5.1.0

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)

See Also