1LIBLAB_GAMUT(3)            Library Functions Manual            LIBLAB_GAMUT(3)
2
3
4

NAME

6       liblab_gamut - data library for default color labeling
7

SYNOPSIS

9       #include <lab_gamut.h>
10
11       typedef struct {
12         signed char l, a, b;/* l: 0 to 100, a,b: -128 tp 128 */
13       } char_color_lab;
14
15       extern const char_color_lab lab_gamut_data[];
16       extern int lab_gamut_data_size;
17
18

DESCRIPTION

20       This  library  contains  a  large table of color specifications used by
21       default to disambiguate nodes or edges by distinct colors.  It  is  not
22       meant  to  be  accessed  directly by the user.  The number of colors is
23       given by lab_gamut_data_size.
24

SEE ALSO

26       edgepaint(1), gvmap(1), cluster(3)
27
28

AUTHORS

30       Yifan Hu <yifanhu@yahoo.com> Emden Gansner <erg@graphviz.org>
31
32
33
34
35                                 30 JULY 2014                  LIBLAB_GAMUT(3)
Impressum