/inkscape/src/filters/ |
H A D | flood.h | 16 #include "svg/svg-icc-color.h" 26 guint32 color; member in class:SPFeFlood
|
/inkscape/src/display/ |
H A D | nr-filter-flood.h | 40 guint32 color; member in class:Inkscape::Filters::FilterFlood
|
H A D | nr-light.h | 9 * light color components (at a given point). 57 guint32 color; member in class:Inkscape::Filters::DistantLight 95 guint32 color; member in class:Inkscape::Filters::PointLight 138 guint32 color; member in class:Inkscape::Filters::SpotLight
|
H A D | canvas-grid.h | 91 guint32 color; /**< Color for normal lines */ member in class:Inkscape::CanvasGrid
|
H A D | nr-filter-component-transfer.cpp | 60 ComponentTransfer(guint32 color) argument 61 : _shift(color * 8) 70 ComponentTransferTable(guint32 color, std::vector<double> const &values) argument 71 : ComponentTransfer(color) 91 ComponentTransferDiscrete(guint32 color, std::vector<double> const &values) argument 92 : ComponentTransfer(color) 111 ComponentTransferLinear(guint32 color, double intercept, double slope) argument 112 : ComponentTransfer(color) 130 ComponentTransferGamma(guint32 color, double amplitude, double exponent, double offset) argument 131 : ComponentTransfer(color) 176 guint32 color = 2 - i; local [all...] |
H A D | nr-filter-diffuselighting.cpp | 24 #include "svg/svg-icc-color.h" 25 #include "svg/svg-color.h" 68 DiffuseDistantLight(cairo_surface_t *bumpmap, SPFeDistantLight *light, guint32 color, argument 72 DistantLight dl(light, color); 85 DiffusePointLight(cairo_surface_t *bumpmap, SPFePointLight *light, guint32 color, argument 88 , _light(light, color, trans) 107 DiffuseSpotLight(cairo_surface_t *bumpmap, SPFeSpotLight *light, guint32 color, argument 110 , _light(light, color, trans) 151 // Lighting color is always defined in terms of sRGB, preconvert to linearRGB 161 guint32 color local [all...] |
H A D | nr-filter-specularlighting.cpp | 24 #include "svg/svg-icc-color.h" 25 #include "svg/svg-color.h" 76 SpecularDistantLight(cairo_surface_t *bumpmap, SPFeDistantLight *light, guint32 color, argument 80 DistantLight dl(light, color); 94 SpecularPointLight(cairo_surface_t *bumpmap, SPFePointLight *light, guint32 color, argument 98 , _light(light, color, trans) 118 SpecularSpotLight(cairo_surface_t *bumpmap, SPFeSpotLight *light, guint32 color, argument 122 , _light(light, color, trans) 164 // Lighting color is always defined in terms of sRGB, preconvert to linearRGB 174 guint32 color local [all...] |
/inkscape/src/ |
H A D | sp-gradient-vector.h | 5 #include "color.h" 9 * SPGradientStop shows more the effective stop color. 11 * For example, SPGradientStop has no currentColor option: currentColor refers to the color 17 SPColor color; member in struct:SPGradientStop
|
H A D | seltrans-handles.h | 38 guint32 const *color; member in struct:SPSelTransTypeInfo
|
H A D | sp-guide.h | 44 guint32 getColor() const { return color; } 87 guint32 color; member in class:SPGuide
|
H A D | color.cpp | 21 #include "color.h" 22 #include "svg/svg-icc-color.h" 23 #include "svg/svg-color.h" 138 * Sets RGB values and colorspace in color. 157 * Converts 32bit value to RGB floats and sets color. 184 * \pre color != NULL && 0 <= alpha <= 1 206 css << "icc-color(" << icc->colorProfile; 221 * \pre color != NULL && rgb != NULL && rgb[0-2] is meaningful 224 sp_color_get_rgb_floatv(SPColor const *color, float *rgb) argument 226 return_if_fail (color ! 239 sp_color_get_cmyk_floatv(SPColor const *color, float *cmyk) argument [all...] |
/inkscape/src/ui/widget/ |
H A D | color-entry.cpp | 2 * Entry widget for typing color value in css form 14 #include "color-entry.h" 20 ColorEntry::ColorEntry(SelectedColor &color) argument 21 : _color(color) 25 _color_changed_connection = color.signal_changed.connect(sigc::mem_fun(this, &ColorEntry::_onColorChanged)); 26 _color_dragged_connection = color.signal_dragged.connect(sigc::mem_fun(this, &ColorEntry::_onColorChanged)); 31 set_tooltip_text(_("Hexadecimal RGBA value of the color")); 75 SPColor color(rgba); 76 _color.setColorAlpha(color, SP_RGBA32_A_F(rgba)); 89 SPColor color local [all...] |
H A D | color-wheel-selector.cpp | 5 #include "color-wheel-selector.h" 13 #include "svg/svg-icc-color.h" 15 #include "ui/selected-color.h" 16 #include "ui/widget/color-scales.h" 17 #include "ui/widget/color-slider.h" 31 ColorWheelSelector::ColorWheelSelector(SelectedColor &color) argument 37 , _color(color) 46 _color_changed_connection = color.signal_changed.connect(sigc::mem_fun(this, &ColorWheelSelector::_colorChanged)); 47 _color_dragged_connection = color.signal_dragged.connect(sigc::mem_fun(this, &ColorWheelSelector::_colorChanged)); 242 SPColor color(rg [all...] |
/inkscape/src/libgdl/ |
H A D | gdl-dock-item-button-image.c | 39 GdkColor *color; local 52 color = &style->fg[GTK_STATE_NORMAL]; 53 cairo_set_source_rgba(cr, color->red / 65535.0, 54 color->green / 65535.0, color->blue / 65535.0, 0.55);
|
/inkscape/src/extension/internal/ |
H A D | pov-out.h | 97 * Output an rgbf color vector 149 String color; member in class:Inkscape::Extension::Internal::PovOutput::PovShapeInfo 155 color = other.color;
|
H A D | metafile-inout.cpp | 265 /* convert an EMF RGB(A) color to 0RGB 268 uint32_t Metafile::sethexcolor(U_COLORREF color){ argument 271 out = (U_RGBAGetR(color) << 16) + 272 (U_RGBAGetG(color) << 8 ) + 273 (U_RGBAGetB(color) );
|
/inkscape/src/widgets/ |
H A D | swatch-selector.cpp | 10 #include "svg/svg-color.h" 12 #include "ui/widget/color-notebook.h" 77 SPColor color = _selected_color.color(); local 79 guint32 rgb = color.toRGBA32( 0x00 ); 81 // TODO replace with generic shared code that also handles icc-color 85 os << "stop-color:" << c << ";stop-opacity:" << static_cast<gdouble>(alpha) <<";"; 89 _("Change swatch color"));
|
/inkscape/src/extension/internal/filter/ |
H A D | bevels.h | 39 * Lighting color (guint, default -1 [white]) -> diffuse (lighting-color) 58 "<param name=\"color\" gui-text=\"" N_("Lighting color") "\" type=\"color\">-1</param>\n" 89 guint32 color = ext->get_param_color("color"); local 91 r << ((color >> 24) & 0xff); 92 g << ((color >> 16) & 0xff); 93 b << ((color >> 172 guint32 color = ext->get_param_color("color"); local 256 guint32 color = ext->get_param_color("color"); local [all...] |
H A D | overlays.h | 39 * Dilatation (1.->50., default 3) -> color (n-1th value) 40 * Erosion (0.->50., default 1) -> color (nth value 0->-50) 41 * Color (guint, default 148,115,39,255) -> flood (flood-color, flood-opacity) 72 "<page name=\"co11tab\" _gui-text=\"" N_("Noise color") "\">\n" 73 "<param name=\"color\" gui-text=\"" N_("Color") "\" type=\"color\">354957823</param>\n" 115 guint32 color = ext->get_param_color("color"); local 116 r << ((color >> 24) & 0xff); 117 g << ((color >> 1 [all...] |
H A D | shadows.h | 43 * Color (guint, default 0,0,0,127) -> flood (flood-opacity, flood-color) 44 * Use object's color (boolean, default false) -> composite1 (in1, in2) 72 "<page name=\"coltab\" _gui-text=\"" N_("Blur color") "\">\n" 73 "<param name=\"color\" gui-text=\"" N_("Color") "\" type=\"color\">127</param>\n" 74 "<param name=\"objcolor\" gui-text=\"" N_("Use object's color") "\" type=\"boolean\" >false</param>\n" 111 guint32 color = ext->get_param_color("color"); local 116 a << (color & 0xff) / 255.0F; 117 r << ((color >> 2 [all...] |
H A D | blurs.h | 97 "<filter xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\" %s style=\"color-interpolation-filters:sRGB;\" inkscape:label=\"Blur\">\n" 152 "<filter xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\" style=\"color-interpolation-filters:sRGB;\" inkscape:label=\"Clean Edges\">\n" 229 "<filter xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\" style=\"color-interpolation-filters:sRGB;\" inkscape:label=\"Cross Blur\">\n" 287 "<filter xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\" style=\"color-interpolation-filters:sRGB;\" inkscape:label=\"Feather\">\n" 308 * Background color (guint, default -1) -> flood (flood-opacity, flood-color) 336 "<param name=\"color\" gui-text=\"" N_("Background color") "\" type=\"color\">-1</param>\n" 384 guint32 color local [all...] |
/inkscape/src/ui/ |
H A D | selected-color.cpp | 2 * Color selected in color selector widget. 20 #include "svg/svg-icc-color.h" 21 #include "ui/selected-color.h" 42 void SelectedColor::setColor(SPColor const &color) argument 44 setColorAlpha( color, _alpha); 47 SPColor SelectedColor::color() const function in class:Inkscape::UI::SelectedColor 65 SPColor color(value); 67 setColorAlpha(color, alpha); 72 return color().toRGBA32(_alpha); 75 void SelectedColor::setColorAlpha(SPColor const &color, gfloa argument 121 colorAlpha(SPColor &color, gfloat &alpha) const argument [all...] |
/inkscape/src/livarot/ |
H A D | AlphaLigne.cpp | 262 void AlphaLigne::Raster(raster_info &dest,void* color,RasterInRunFunc worker) argument 291 //Buffer::RasterRun(dest,color,nst,alpSum,nen,alpSum); 292 (worker)(dest,color,nst,alpSum,nen,alpSum); 302 (worker)(dest,color,nst,alpSum,nen,alpSum); 303 //Buffer::RasterRun(dest,color,nst,alpSum,nen,alpSum);
|
/inkscape/src/live_effects/parameter/ |
H A D | point.cpp | 142 PointParam::set_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color) argument 146 knot_color = color;
|
H A D | powerstrokepointarray.cpp | 118 PowerStrokePointArrayParam::set_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color) argument 122 knot_color = color;
|