This file is indexed.

/usr/lib/grass72/include/grass/defs/colors.h is in grass-dev 7.2.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#ifndef GRASS_COLORSDEFS_H
#define GRASS_COLORSDEFS_H

int G_num_standard_colors(void);
struct color_rgb G_standard_color_rgb(int);
int G_num_standard_color_names(void);
const struct color_name *G_standard_color_name(int);
int G_str_to_color(const char *, int *, int *, int *);

#endif