Searched refs:ColorRGBA (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dcolor-rgba.h19 class ColorRGBA { class
31 ColorRGBA(float c0, float c1, float c2, float c3) function in class:ColorRGBA
38 * Create a quick ColorRGBA with all zeros.
40 ColorRGBA(void) function in class:ColorRGBA
55 ColorRGBA(guint32 intcolor) function in class:ColorRGBA
65 * Create a ColorRGBA using an array of floats.
71 ColorRGBA(float in_array[4]) function in class:ColorRGBA
78 * Overwrite the values in this object with another \c ColorRGBA.
82 * @return This ColorRGBA object.
84 ColorRGBA
[all...]
H A Ddesktop-style.h16 class ColorRGBA;
61 void sp_desktop_set_color(SPDesktop *desktop, ColorRGBA const &color, bool is_relative, bool fill);
H A Ddesktop-style.cpp74 sp_desktop_set_color(SPDesktop *desktop, ColorRGBA const &color, bool is_relative, bool fill)
/inkscape/src/extension/internal/
H A Dgimpgrad.cpp70 This function encapsulates all of the translation of the ColorRGBA
72 that the ColorRGBA is in floats that are 0 to 1 and the SVG wants
76 static Glib::ustring stop_svg(ColorRGBA const in_color, double const location)
182 ColorRGBA prev_color(-1.0, -1.0, -1.0, -1.0);
215 ColorRGBA const leftcolor(dbls[3], dbls[4], dbls[5], dbls[6]);
216 ColorRGBA const rightcolor(dbls[7], dbls[8], dbls[9], dbls[10]);
/inkscape/src/ui/tools/
H A Ddropper-tool.cpp310 ColorRGBA(1 - this->R, 1 - this->G, 1 - this->B, alpha_to_set) : ColorRGBA(this->R, this->G, this->B, alpha_to_set),

Completed in 26 milliseconds