Searched refs:inputs (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | filter-effects-dialog.cpp | 97 // Returns the number of inputs available for the filter primitive type 1754 // Scale the height depending on the number of inputs, unless it's 1781 // Scale the height depending on the number of inputs, unless it's 2096 const int inputs = input_count(row_prim); local 2099 for(int i = 0; i < inputs; ++i) { 2162 if(inputs == 2) { 2594 // Checks all of prim's inputs, removes any that use result 2894 _k1 = _settings->add_spinscale(0, SP_ATTR_K1, _("K1:"), -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.")); 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.")); 2896 _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 respectivel [all...] |
Completed in 23 milliseconds