Searched refs:SP_ATTR_K2 (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ |
H A D | attributes.cpp | 236 {SP_ATTR_K2, "k2"},
|
H A D | attributes.h | 237 SP_ATTR_K2, enumerator in enum:SPAttributeEnum
|
/inkscape/src/filters/ |
H A D | composite.cpp | 140 case SP_ATTR_K2:
|
/inkscape/src/ui/dialog/ |
H A D | filter-effects-dialog.cpp | 2895 _k2 = _settings->add_spinscale(0, SP_ATTR_K2, _("K2:"), -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 1074 milliseconds