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

Render settings for collections. More...

#include <a60-svg-render-state.h>

Inheritance diagram for svg::color_rstate:

Public Types

using colormap = std::unordered_map<string, color_qi>

Public Member Functions

color_qi get_color (const string &s) const
 color_rstate ()=default
Public Member Functions inherited from svg::collection_rstate
 collection_rstate (const double o=0.10, const scale rscale=scale::medium)
 collection_rstate (const collection_rstate &)=default
string mangle () const
Public Member Functions inherited from svg::render_state_base
bool is_visible (const select v) const
 render_state_base (const select m=select::none)

Public Attributes

colormap klrs
Public Attributes inherited from svg::collection_rstate
select outline_mode
scale scale_mode
double opacity
int text_scale_max
bool weigh
bool color_generated
bool alt
Public Attributes inherited from svg::render_state_base
select visible_mode

Detailed Description

Render settings for collections.

Definition at line 259 of file a60-svg-render-state.h.

Member Typedef Documentation

◆ colormap

using svg::color_rstate::colormap = std::unordered_map<string, color_qi>

Definition at line 261 of file a60-svg-render-state.h.

Constructor & Destructor Documentation

◆ color_rstate()

svg::color_rstate::color_rstate ( )
default

Member Function Documentation

◆ get_color()

color_qi svg::color_rstate::get_color ( const string & s) const
inline

Definition at line 266 of file a60-svg-render-state.h.

Member Data Documentation

◆ klrs

colormap svg::color_rstate::klrs

Definition at line 263 of file a60-svg-render-state.h.


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