Searched refs:parseColor (Results 1 - 9 of 9) sorted by relevance
/inkscape/share/extensions/test/ |
H A D | simplestyle.test.py | 6 from simplestyle import parseColor, parseStyle namespace 13 col = parseColor('red') 18 col = parseColor('#ff0102') 23 col = parseColor('#fff') 28 col = parseColor('rgb(255,255,255)') 33 col = parseColor('rgb(100%,100%,100%)') 38 col = parseColor('rgb(50%,0%,1%)') 43 col = parseColor('rgb(66.667%,0%,6.667%)') 46 # TODO: This test appears to be broken. parseColor can 50 # col = parseColor('currentColo [all...] |
/inkscape/share/extensions/ |
H A D | export_gimp_palette.py | 45 c=simplestyle.parseColor(col)
|
H A D | simplestyle.py | 195 def parseColor(c): function
|
H A D | print_win32_vector.py | 64 rgb = simplestyle.parseColor(style['stroke']) 70 fill = simplestyle.parseColor(style['fill'])
|
H A D | coloreffect.py | 100 c=simplestyle.parseColor(col)
|
H A D | dxf_outlines.py | 199 rgb = simplestyle.parseColor(style['stroke'])
|
H A D | synfig_output.py | 1015 c = simplestyle.parseColor(style[color_attrib])
|
H A D | gcodetools.py | 4576 colors[id_] = simplestyle.parseColor(style['stroke'] if "stroke" in style and style['stroke']!='none' else "#000")
|
/inkscape/share/extensions/ink2canvas/ |
H A D | canvas.py | 81 r, g, b = simplestyle.parseColor(rgb)
|
Completed in 47 milliseconds