Graphviz 13.0.0~dev.20241222.1117
|
#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 22 of file color.h.
Referenced by colorxlate().
unsigned char hsvrgbacolor_t::b |
Definition at line 22 of file color.h.
Referenced by colorxlate().
unsigned char hsvrgbacolor_t::g |
Definition at line 22 of file color.h.
Referenced by colorxlate().
unsigned char hsvrgbacolor_t::h |
Definition at line 21 of file color.h.
Referenced by colorxlate().
unsigned char hsvrgbacolor_t::r |
Definition at line 22 of file color.h.
Referenced by colorxlate().
unsigned char hsvrgbacolor_t::s |
Definition at line 21 of file color.h.
Referenced by colorxlate().
unsigned char hsvrgbacolor_t::v |
Definition at line 21 of file color.h.
Referenced by colorxlate().