libsf3
Loading...
Searching...
No Matches
Data Fields
sf3_line_instruction Struct Reference

An instruction to draw a segmented line. More...

#include <sf3_vector_graphic.h>

Collaboration diagram for sf3_line_instruction:
Collaboration graph
[legend]

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.
 

Detailed Description

An instruction to draw a segmented line.

Definition at line 144 of file sf3_vector_graphic.h.

Field Documentation

◆ color

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.

◆ outline

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.

◆ thickness

float sf3_line_instruction::thickness

The thickness of the stroke of the line.

Definition at line 149 of file sf3_vector_graphic.h.

◆ type

uint8_t sf3_line_instruction::type

Definition at line 145 of file sf3_vector_graphic.h.


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