Searched defs:getColor (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/
H A Dsp-guide.h44 guint32 getColor() const { return color; } function in class:SPGuide
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 Dgradient-drag.cpp323 guint32 GrDrag::getColor() function in class:GrDrag
/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/widgets/
H A Dsp-color-selector.cpp167 SPColor ColorSelector::getColor() const function in class:ColorSelector
/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 );

Completed in 38 milliseconds