Searched refs:SP_ATTR_K3 (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dattributes.cpp237 {SP_ATTR_K3, "k3"},
H A Dattributes.h238 SP_ATTR_K3, enumerator in enum:SPAttributeEnum
/inkscape/src/filters/
H A Dcomposite.cpp149 case SP_ATTR_K3:
/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp2896 _k3 = _settings->add_spinscale(0, SP_ATTR_K3, _("K3:"), -10, 10, 0.1, 0.01, 2, _("If the arithmetic operation is chosen, each result pixel is computed using the formula k1*i1*i2 + k2*i1 + k3*i2 + k4 where i1 and i2 are the pixel values of the first and second inputs respectively."));

Completed in 293 milliseconds