MPE_Add_RGB_color
Adds a color to the colormap given its RGB values
Synopsis
#include <stdio.h>
#include "mpe.h"
int MPE_Add_RGB_color( graph, red, green, blue, mapping )
MPE_XGraph graph;
int red, green, blue;
MPE_Color *mapping;
Input Parameters
- graph - MPE graphics handle
- red, green, blue - color levels from 0 to 65535
- mapping - index of the new color
Location:mpe_graphics.c