![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The filter interface.
Get the filter width.
Number GetWidth()
Set the filter width.
SetWidth(Number width)
width | The filter width. |
Apply the filter horizontally.
dValH | The horizontal distance in range [-filterWidth .. filterWidth]. |
Apply the filter horizontally and vertically.
Number Apply(Number dValH, Number dValV)
dValH | The horizontal distance in range [-filterWidth .. filterWidth]. |
dValV | The vertical distance in range [-filterWidth .. filterWidth]. |