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

Description of the fill parameters of a shape. More...

#include <sf3_vector_graphic.h>

Collaboration diagram for sf3_shape_fill:
Collaboration graph
[legend]

Data Fields

struct sf3_color fill_color
 The colour to fill the insides of the shape's outline with.
 
struct sf3_color outline_color
 The colour to fill the outline stroke of the shape with.
 
float outline_thickness
 The thickness of the outline stroke of the shape.
 

Detailed Description

Description of the fill parameters of a shape.

Definition at line 81 of file sf3_vector_graphic.h.

Field Documentation

◆ fill_color

struct sf3_color sf3_shape_fill::fill_color

The colour to fill the insides of the shape's outline with.

Definition at line 83 of file sf3_vector_graphic.h.

◆ outline_color

struct sf3_color sf3_shape_fill::outline_color

The colour to fill the outline stroke of the shape with.

Definition at line 85 of file sf3_vector_graphic.h.

◆ outline_thickness

float sf3_shape_fill::outline_thickness

The thickness of the outline stroke of the shape.

Definition at line 87 of file sf3_vector_graphic.h.


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