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

/inkscape/src/extension/param/
H A Dcolor.cpp59 const char * defaulthex = NULL; local
61 defaulthex = xml->firstChild()->content();
69 defaulthex = paramval.data();
71 if (defaulthex) {
72 _color.setValue(atoi(defaulthex));

Completed in 25 milliseconds