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

/inkscape/share/extensions/test/
H A Dsimplestyle.test.py6 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 Dexport_gimp_palette.py45 c=simplestyle.parseColor(col)
H A Dsimplestyle.py195 def parseColor(c): function
H A Dprint_win32_vector.py64 rgb = simplestyle.parseColor(style['stroke'])
70 fill = simplestyle.parseColor(style['fill'])
H A Dcoloreffect.py100 c=simplestyle.parseColor(col)
H A Ddxf_outlines.py199 rgb = simplestyle.parseColor(style['stroke'])
H A Dsynfig_output.py1015 c = simplestyle.parseColor(style[color_attrib])
H A Dgcodetools.py4576 colors[id_] = simplestyle.parseColor(style['stroke'] if "stroke" in style and style['stroke']!='none' else "#000")
/inkscape/share/extensions/ink2canvas/
H A Dcanvas.py81 r, g, b = simplestyle.parseColor(rgb)

Completed in 41 milliseconds