#include "mpe.h" int MPE_Add_RGB_color( graph, red, green, blue, mapping ) MPE_XGraph graph; int red, green, blue; MPE_Color *mapping;
graph | MPE graphics handle
| |
red, green, blue | color levels from 0 to 65535
| |
mapping | index of the new color
|
Location:mpe_graphics.c