Graphviz
2.41.20171026.1811
|
#include <color.h>
Data Fields | |
char * | name |
unsigned char | h |
unsigned char | s |
unsigned char | v |
unsigned char | r |
unsigned char | g |
unsigned char | b |
unsigned char | a |
unsigned char hsvrgbacolor_t::a |
Definition at line 26 of file color.h.
Referenced by colorxlate().
unsigned char hsvrgbacolor_t::b |
Definition at line 26 of file color.h.
Referenced by colorxlate().
unsigned char hsvrgbacolor_t::g |
Definition at line 26 of file color.h.
Referenced by colorxlate().
unsigned char hsvrgbacolor_t::h |
Definition at line 25 of file color.h.
Referenced by colorxlate().
char* hsvrgbacolor_t::name |
Definition at line 24 of file color.h.
Referenced by colorxlate().
unsigned char hsvrgbacolor_t::r |
Definition at line 26 of file color.h.
Referenced by colorxlate().
unsigned char hsvrgbacolor_t::s |
Definition at line 25 of file color.h.
Referenced by colorxlate().
unsigned char hsvrgbacolor_t::v |
Definition at line 25 of file color.h.
Referenced by colorxlate().