libsf3
|
An instruction to draw a segmented line. More...
#include <sf3_vector_graphic.h>
Data Fields | |
uint8_t | type |
struct sf3_color | color |
The colour to fill the stroke of the line with. | |
float | thickness |
The thickness of the stroke of the line. | |
struct sf3_shape_outline | outline |
The edge points of the contiguous line segments. | |
An instruction to draw a segmented line.
Definition at line 144 of file sf3_vector_graphic.h.
struct sf3_color sf3_line_instruction::color |
The colour to fill the stroke of the line with.
Definition at line 147 of file sf3_vector_graphic.h.
struct sf3_shape_outline sf3_line_instruction::outline |
The edge points of the contiguous line segments.
Definition at line 151 of file sf3_vector_graphic.h.
float sf3_line_instruction::thickness |
The thickness of the stroke of the line.
Definition at line 149 of file sf3_vector_graphic.h.
uint8_t sf3_line_instruction::type |
Definition at line 145 of file sf3_vector_graphic.h.