manpagez: man pages & more
man lab_gamut(3)
Home | html | info | man
lab_gamut(3)                                                lab_gamut(3)




NAME

       liblab_gamut - data library for default color labeling


SYNOPSIS

       #include <lab_gamut.h>

       typedef struct {
         signed char l, a, b;/* l: 0 to 100, a,b: -128 tp 128 */
       } char_color_lab;

       extern const char_color_lab lab_gamut_data[];
       extern int lab_gamut_data_size;



DESCRIPTION

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


SEE ALSO

       edgepaint(1), gvmap(1), cluster(3)



AUTHORS

       Yifan Hu <yifanhu@yahoo.com> Emden Gansner <erg@graphviz.org>




                                 30 JULY 2014                  lab_gamut(3)

graphviz 2.40.1 - Generated Sat Jan 7 10:12:43 CST 2017
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.