get_color

Retrieves the specified palette entry.

Description

void get_color(int index, RGB *p);
Retrieves the specified palette entry. Example:
      RGB color;
      ...
      get_color(11, &color);

Related Discussions

The following threads each have code containing this keyword: Note: You can click on the numbers to jump directly to the posts that reference this page.

Related Projects

The following projects include source code containing this keyword: