libsf3
|
Description of the fill parameters of a shape. More...
#include <sf3_vector_graphic.h>
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. | |
Description of the fill parameters of a shape.
Definition at line 81 of file sf3_vector_graphic.h.
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.
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.
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.