Searched refs:SP_ATTR_DIVISOR (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ |
H A D | attributes.cpp | 243 {SP_ATTR_DIVISOR, "divisor"},
|
H A D | attributes.h | 244 SP_ATTR_DIVISOR, enumerator in enum:SPAttributeEnum
|
/inkscape/src/filters/ |
H A D | convolvematrix.cpp | 152 case SP_ATTR_DIVISOR:
|
/inkscape/src/ui/dialog/ |
H A D | filter-effects-dialog.cpp | 2905 _settings->add_spinscale(0, SP_ATTR_DIVISOR, _("Divisor:"), 0, 1000, 1, 0.1, 2, _("After applying the kernelMatrix to the input image to yield a number, that number is divided by divisor to yield the final destination color value. A divisor that is the sum of all the matrix values tends to have an evening effect on the overall color intensity of the result."));
|
Completed in 63 milliseconds