diff options
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 |