25 #define COLOR_TABLE_SIZE 1024
28 #define isNAcol Rf_isNAcol
34 Rboolean isNAcol(
SEXP col,
int index,
int ncol);
38 #define char2col Rf_char2col
39 #define CheckColor Rf_CheckColor
40 #define rgb2col Rf_rgb2col
41 #define RGB2rgb Rf_RGB2rgb
42 #define RGBA2rgb Rf_RGBA2rgb
43 #define ScaleColor Rf_ScaleColor
44 unsigned int char2col(
const char *);
45 unsigned int rgb2col(
const char *);
46 unsigned int ScaleColor(
double x);
47 unsigned int CheckColor(
int x);
48 char *RGB2rgb(
unsigned int,
unsigned int,
unsigned int);
49 char *RGBA2rgb(
unsigned int,
unsigned int,
unsigned int,
unsigned int);