We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9e3fe commit 0e1908fCopy full SHA for 0e1908f
shared-bindings/bitmapfilter/__init__.c
@@ -45,8 +45,8 @@
45
//| """Convolve an image with a kernel
46
//|
47
//| The ``bitmap``, which must be in RGB565_SWAPPED format, is modified
48
-//| according to the ``weights``. Then a scaling factor ``m`` and an
49
-//| offset factor ``b`` are applied.
+//| according to the ``weights``. Then a scaling factor ``mul`` and an
+//| offset factor ``add`` are applied.
50
51
//| The ``weights`` must be a tuple of integers. The length of the tuple
52
//| must be the square of an odd number, usually 9 and sometimes 25.
0 commit comments