izzi
SVG SUBSET C++ API
Loading...
Searching...
No Matches
svg::style Struct Reference

Datum consolidating style preferences. More...

#include <a60-svg-base-types.h>

Public Member Functions

void set_colors (const svg::color &klr)
 Convenience function to set all colors at once.
 

Public Attributes

color_qi _M_fill_color
 
double _M_fill_opacity
 
color_qi _M_stroke_color
 
double _M_stroke_opacity
 
double _M_stroke_size
 

Detailed Description

Datum consolidating style preferences.

Definition at line 148 of file a60-svg-base-types.h.

Member Function Documentation

◆ set_colors()

void svg::style::set_colors ( const svg::color & klr)
inline

Convenience function to set all colors at once.

Definition at line 161 of file a60-svg-base-types.h.

Member Data Documentation

◆ _M_fill_color

color_qi svg::style::_M_fill_color

Definition at line 150 of file a60-svg-base-types.h.

◆ _M_fill_opacity

double svg::style::_M_fill_opacity

Definition at line 151 of file a60-svg-base-types.h.

◆ _M_stroke_color

color_qi svg::style::_M_stroke_color

Definition at line 153 of file a60-svg-base-types.h.

◆ _M_stroke_opacity

double svg::style::_M_stroke_opacity

Definition at line 154 of file a60-svg-base-types.h.

◆ _M_stroke_size

double svg::style::_M_stroke_size

Definition at line 155 of file a60-svg-base-types.h.


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