libDXF 0.0.1
A library with DXF related functions written in C.
|
Definition of a color. More...
#include <color.h>
Data Fields | |
uint8_t | r |
uint8_t | g |
uint8_t | b |
uint8_t | unused |
char * | name |
struct DxfRGBColor * | next |
uint8_t DxfRGBColor::r |
uint8_t DxfRGBColor::g |
uint8_t DxfRGBColor::b |
uint8_t DxfRGBColor::unused |
char* DxfRGBColor::name |
struct DxfRGBColor* DxfRGBColor::next |
Pointer to the next DxfRGBColor.
NULL
in the last DxfRGBColor.
Definition at line 67 of file color.h.
Referenced by dxf_RGB_color_free_chain().