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

/inkscape/src/trace/potrace/
H A Dinkscape-potrace.cpp61 ustring twohex( int value ) function in namespace:__anon439
499 ustring style = ustring::compose("fill-opacity:1.0;fill:#%1%2%3", twohex(grayVal), twohex(grayVal), twohex(grayVal) );
566 ustring style = ustring::compose("fill:#%1%2%3", twohex(rgb.r), twohex(rgb.g), twohex(rgb.b) );

Completed in 15 milliseconds