summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/filters.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/filters.rst b/docs/filters.rst
index a72a52a..37f585f 100644
--- a/docs/filters.rst
+++ b/docs/filters.rst
@@ -488,6 +488,18 @@ Gaussian blur
Sigma of the kernel.
+Gradient
+--------
+
+.. gobj:class:: gradient
+
+ Compute gradient.
+
+ .. gobj:prop:: direction:enum
+
+ Direction of the gradient, can be either ``horizontal``, ``vertical``,
+ ``both`` or ``both_abs``.
+
Stream transformations
======================