Wiki page blur changed with summary [add blur doc "count"] by jpeg

This commit is contained in:
jpeg 2015-11-17 19:02:22 -08:00 committed by apache
parent a819b06aac
commit cbac95997e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Blurs can be used to create **drop shadows** and **glow** effects.
== Syntax ==
<code Lua>
blur ({ rx = 3, ry = nil, type = 'default', ox = 0, oy = 0, color = 'white', src = input, dst = output })
blur ({ rx = 3, ry = nil, type = 'default', ox = 0, oy = 0, color = 'white', src = input, dst = output, count = 3 })
</code>
== Parameters ==