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

get_palette_range - Retrieves a specific palette range. Allegro game programming library.

Description

       Retrieves the palette entries between from and to (inclusive: pass 0 and 255 to get the entire palette).

Name

       get_palette_range - Retrieves a specific palette range. Allegro game programming library.

See Also

get_palette(3alleg4), set_palette_range(3alleg4)

Allegro                                           version 4.4.3                       get_palette_range(3alleg4)

Synopsis

#include<allegro.h>voidget_palette_range(PALETTEp,intfrom,intto);

See Also