GRASS Programmer's Manual
6.4.4(2014)-r
|
#include <stdio.h>
#include <stdlib.h>
#include <grass/gis.h>
#include <grass/colors.h>
#include "psdriver.h"
Go to the source code of this file.
Functions | |
void | init_color_table (void) |
int | PS_lookup_color (int r, int g, int b) |
void init_color_table | ( | void | ) |
Definition at line 9 of file psdriver/Color_table.c.
References NCOLORS, and true_color.
int PS_lookup_color | ( | int | r, |
int | g, | ||
int | b | ||
) |
Definition at line 24 of file psdriver/Color_table.c.
References true_color.
Referenced by PS_Driver().