Searched refs:SP_ATTR_K4 (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ |
H A D | attributes.cpp | 238 {SP_ATTR_K4, "k4"},
|
H A D | attributes.h | 239 SP_ATTR_K4, enumerator in enum:SPAttributeEnum
|
/inkscape/src/filters/ |
H A D | composite.cpp | 158 case SP_ATTR_K4:
|
/inkscape/src/ui/dialog/ |
H A D | filter-effects-dialog.cpp | 2897 _k4 = _settings->add_spinscale(0, SP_ATTR_K4, _("K4:"), -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 76 milliseconds