Searched refs:grayVal (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/trace/potrace/
H A Dinkscape-potrace.cpp305 int grayVal = (rgb.r + rgb.g + rgb.b) / 3; local
306 rgb.r = rgb.g = rgb.b = grayVal;
498 int grayVal = (int)(256.0 * brightnessThreshold); local
499 ustring style = ustring::compose("fill-opacity:1.0;fill:#%1%2%3", twohex(grayVal), twohex(grayVal), twohex(grayVal) );

Completed in 13 milliseconds