Cellwise spatial envelope follower
| Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
| out | n/a | 1 | 1 | 1 | 1 | 1 | char long float32 float64 |
| Name | Type | g/s | Description |
|---|---|---|---|
| dimmode | int | The dimension across which the envelope following is performed (default = 0) 0 = horizontal 1 = vertical |
|
| mode | int | Filter mode (default = 0 (filter cells with greater than offset)) 0 = filter cells with a position greater than the value of the offset attribute. 1 = filter cells with a position less than the value of the offset attribute. 2 = filter cells with a position both greater than and less than the value of the offset attribute. |
|
| offset | int | The position offset along the dimension specified by the dimmode attribute. (default = 0) | |
| slide_down | float | The slide down factor (default = 1). Note that down does not refer not to change along the y axis, but rather with respect to amplitude (e.g. brightness of color channel for image data). | |
| slide_up | float | The slide up factor (default = 1). Note that up does not refer not to change along the y axis, but rather with respect to amplitude (e.g. brightness of color channel for image data). |