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_color - Retrieves the specified palette entry. Allegro game programming library.

Description

       Retrieves the specified palette entry. Example:

          RGB color;
          ...
          get_color(11, &color);

Name

       get_color - Retrieves the specified palette entry. Allegro game programming library.

See Also

get_palette(3alleg4), set_color(3alleg4)

Allegro                                           version 4.4.3                               get_color(3alleg4)

Synopsis

#include<allegro.h>voidget_color(intindex,RGB*p);

See Also