Searched refs:ig (Results 1 - 5 of 5) sorted by relevance
/inkscape/share/extensions/ |
H A D | color_desaturate.py | 7 ig=int(round(l)) 8 return '%02x%02x%02x' % (ig,ig,ig)
|
H A D | color_grayscale.py | 10 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 D | color_blackandwhite.py | 18 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 D | cmake_consistency_check.py | 222 for ig in IGNORE: 223 if ig in f:
|
/inkscape/src/trace/ |
H A D | siox.cpp | 124 int ig = (rgb>> 8) & 0xff; local 128 float fg = ((float)ig) / 255.0;
|
Completed in 1262 milliseconds