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

/inkscape/share/extensions/
H A Dcolor_desaturate.py7 ig=int(round(l))
8 return '%02x%02x%02x' % (ig,ig,ig)
H A Dcolor_grayscale.py10 ig=int(round(l))
11 #coloreffect.debug('gs '+hex(r)+' '+hex(g)+' '+hex(b)+'%02x%02x%02x' % (ig,ig,ig))
12 return '%02x%02x%02x' % (ig,ig,ig)
H A Dcolor_blackandwhite.py18 ig = 255
20 ig = 0
21 #coloreffect.debug('gs '+hex(r)+' '+hex(g)+' '+hex(b)+'%02x%02x%02x' % (ig,ig,ig))
22 return '%02x%02x%02x' % (ig,ig,ig)
/inkscape/CMakeScripts/
H A Dcmake_consistency_check.py222 for ig in IGNORE:
223 if ig in f:
/inkscape/src/trace/
H A Dsiox.cpp124 int ig = (rgb>> 8) & 0xff; local
128 float fg = ((float)ig) / 255.0;

Completed in 1262 milliseconds