CellFilterLerp
CellFilterLerp
Linear interpolation filter
Kind: global class
CellFilterLerp.from(a, b, f) ⇒ CellFilterLerp
Kind: static method of CellFilterLerp
| Param | Type | Description |
|---|---|---|
| a | CellFilter | |
| b | CellFilter | |
| f | CellFilter | Interpolation factor, expected value between 0 and 1, 0 would lead to filter A being used, and 1 to filter B being used, values between 0 and 1 produce a proportional mix |