diff options
author | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2024-06-21 09:41:24 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2024-06-21 09:41:24 +0200 |
commit | af0cb57aaf668278551454678eac60b17348b13c (patch) | |
tree | b0fbd866cfc5e605ff789de9d6d9b162094a217b /docs/content/en/functions/images/UnsharpMask.md | |
parent | d5542ed286746e89fb13a1f821d4955ace371773 (diff) | |
parent | 8b9803425e63e1b1801f8d5d676e96368d706722 (diff) | |
download | hugo-af0cb57aaf668278551454678eac60b17348b13c.tar.gz hugo-af0cb57aaf668278551454678eac60b17348b13c.zip |
Merge commit '8b9803425e63e1b1801f8d5d676e96368d706722'
Diffstat (limited to 'docs/content/en/functions/images/UnsharpMask.md')
-rw-r--r-- | docs/content/en/functions/images/UnsharpMask.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/en/functions/images/UnsharpMask.md b/docs/content/en/functions/images/UnsharpMask.md index 57a74a54a..9ea58f2b6 100644 --- a/docs/content/en/functions/images/UnsharpMask.md +++ b/docs/content/en/functions/images/UnsharpMask.md @@ -13,11 +13,11 @@ action: toc: true --- -The sigma parameter is used in a gaussian function and affects the radius of effect. Sigma must be positive. The sharpen radius is approximately 3 times the sigma value. +The sigma argument is used in a gaussian function and affects the radius of effect. Sigma must be positive. The sharpen radius is approximately 3 times the sigma value. -The amount parameter controls how much darker and how much lighter the edge borders become. Typically between 0.5 and 1.5. +The amount argument controls how much darker and how much lighter the edge borders become. Typically between 0.5 and 1.5. -The threshold parameter controls the minimum brightness change that will be sharpened. Typically between 0 and 0.05. +The threshold argument controls the minimum brightness change that will be sharpened. Typically between 0 and 0.05. ## Usage |