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

/inkscape/cxxtest/cxxtest/
H A DX11Gui.h60 _barColor = getColor( _yellowName );
69 _barColor = getColor( _redName );
140 _foreground = getColor( _foregroundName );
141 _background = getColor( _backgroundName );
144 unsigned long getColor( const char *colorName ) function in class:CxxTest::X11Gui
204 _barColor = getColor( _greenName );
/inkscape/src/
H A Dsp-mesh.cpp176 << patch.getColor( k ).toString() << std::endl;
217 patch.getColor( k ).v.c[0],
218 patch.getColor( k ).v.c[1],
219 patch.getColor( k ).v.c[2],
H A Dpreferences.h198 inline guint32 getColor(guint32 def) const;
367 guint32 getColor(Glib::ustring const &pref_path, guint32 def=0x000000ff) { function in class:Inkscape::Preferences
368 return getEntry(pref_path).getColor(def);
652 inline guint32 Preferences::Entry::getColor(guint32 def) const function in class:Inkscape::Preferences::Entry
H A Dsp-guide.h44 guint32 getColor() const { return color; } function in class:SPGuide
H A Dsp-mesh-array.h132 SPColor getColor( unsigned int i );
H A Dgradient-drag.h167 guint32 getColor();
H A Ddesktop-events.cpp552 sp_guideline_set_color(SP_GUIDELINE(item), guide->getColor());
H A Dsp-mesh-array.cpp476 SPColor SPMeshPatchI::getColor( guint i ) {
984 //stop->setAttribute("stop-color", patchi.getColor(k).toString().c_str() );
988 os << "stop-color:" << patchi.getColor(k).toString() << ";stop-opacity:" << patchi.getOpacity(k);
H A Dgradient-drag.cpp323 guint32 GrDrag::getColor() function in class:GrDrag
/inkscape/src/ui/dialog/
H A Dguides.cpp353 c.set_rgba(((_guide->getColor()>>24)&0xff) / 255.0, ((_guide->getColor()>>16)&0xff) / 255.0, ((_guide->getColor()>>8)&0xff) / 255.0);
357 c.set_rgb_p(((_guide->getColor()>>24)&0xff) / 255.0, ((_guide->getColor()>>16)&0xff) / 255.0, ((_guide->getColor()>>8)&0xff) / 255.0);
/inkscape/src/widgets/
H A Dsp-color-selector.h22 SPColor getColor() const;
H A Dsp-color-selector.cpp167 SPColor ColorSelector::getColor() const function in class:ColorSelector
/inkscape/share/extensions/ink2canvas/
H A Dcanvas.py80 def getColor(self, rgb, a): member in class:Canvas
94 color = self.getColor(stop_color, opacity)
109 fill = self.getColor(value, alpha)
117 self.write("ctx.strokeStyle = %s;" % self.getColor(value, alpha))
/inkscape/src/ui/tool/
H A Dmulti-path-manipulator.cpp861 return prefs->getColor("/tools/nodes/clipping_path_color", 0x00ff00ff);
863 return prefs->getColor("/tools/nodes/mask_color", 0x0000ffff);
865 return prefs->getColor("/tools/nodes/lpe_param_color", 0x009000ff);
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.cpp1802 shading->getColor(x0, y0, &colors[0]);
1803 shading->getColor(x0, y1, &colors[1]);
1804 shading->getColor(x1, y0, &colors[2]);
1805 shading->getColor(x1, y1, &colors[3]);
1847 shading->getColor(xM, yM, &fillColor);
1881 shading->getColor(x0, yM, &color0M);
1882 shading->getColor(x1, yM, &color1M);
1883 shading->getColor(xM, y0, &colorM0);
1884 shading->getColor(xM, y1, &colorM1);
1885 shading->getColor(x
[all...]
H A Dsvg-builder.cpp854 (static_cast<GfxAxialShading*>(shading))->getColor(offset, &temp);
856 (static_cast<GfxRadialShading*>(shading))->getColor(offset, &temp);
/inkscape/src/ui/
H A Dclipboard.cpp209 guint32 col = drag->getColor();

Completed in 424 milliseconds