Searched defs:highlight_color (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/tools/
H A Dfreehand-base.h58 guint32 highlight_color; member in class:Inkscape::UI::Tools::FreehandBase
/inkscape/src/
H A Dpath-chemistry.cpp425 guint32 highlight_color = 0; local
427 highlight_color = item->highlight_color();
445 if (highlight_color && newObj) {
446 SP_ITEM(newObj)->setHighlightColor( highlight_color );
H A Dsp-item.cpp173 guint32 SPItem::highlight_color() const { function in class:SPItem
182 return item->highlight_color();
187 return prefs->getInt("/tools/nodes/highlight_color", 0xff0000ff) | 0x00000000;

Completed in 526 milliseconds