Description Slots Objects from the Class Extends Author(s) See Also Examples
The transformFilter
class is a mechanism for including one or more
variable transformations into the filtering process. Using a special case of
transform
we can introduce
transformations inline with the filtering process eliminating the need to
process flowFrame
objects before
applying a filter.
transforms
A list of transforms to perform on the
target flowFrame
filter
The filter to be applied to the transformed frame
filterId
The name of the filter (chosen automatically)
Objects of this type are not generally created “by hand”. They are a side
effect of the use of the %on%
method with a filter
object on the
left hand side and a
transformList
on the right hand
side.
Class "filter"
, directly.
B. Ellis
"filter"
, "transform"
,
transform
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.