libDXF 0.0.1
A library with DXF related functions written in C.
Data Fields

DxfRGBColor Struct Reference

Definition of a color. More...

#include <color.h>

Collaboration diagram for DxfRGBColor:
Collaboration graph
[legend]

Data Fields

uint8_t r
uint8_t g
uint8_t b
uint8_t unused
char * name
struct DxfRGBColornext

Detailed Description

Definition of a color.

Definition at line 55 of file color.h.


Field Documentation

uint8_t DxfRGBColor::r

Red value for the color.

Definition at line 58 of file color.h.

uint8_t DxfRGBColor::g

Green value for the color.

Definition at line 60 of file color.h.

uint8_t DxfRGBColor::b

Blue value for the color.

Definition at line 62 of file color.h.

Unused, could be used for the alpha value (future).

Definition at line 64 of file color.h.

Name of the color.

Definition at line 66 of file color.h.

Referenced by dxf_RGB_color_free().

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().


The documentation for this struct was generated from the following file: