.. _net.fxarena.openfx.Swirl: Swirl node ========== .. raw:: html |pluginIcon|  *This documentation is for version 2.9 of Swirl (net.fxarena.openfx.Swirl).* Description ----------- Swirl effect using ImageMagick. Inputs ------ +--------+-------------+----------+ | Input | Description | Optional | +========+=============+==========+ | Source |   | No | +--------+-------------+----------+ | Mask |   | Yes | +--------+-------------+----------+ Controls -------- .. tabularcolumns:: |>{\raggedright}p{0.2\columnwidth}|>{\raggedright}p{0.06\columnwidth}|>{\raggedright}p{0.07\columnwidth}|p{0.63\columnwidth}| .. cssclass:: longtable +----------------------------+---------+-------------+-------------------------------------------------------------------------------------------------------+ | Parameter / script name | Type | Default | Function | +============================+=========+=============+=======================================================================================================+ | OpenMP / ``openmp`` | Boolean | Off | Enable/Disable OpenMP support. This will enable the plugin to use as many threads as allowed by host. | +----------------------------+---------+-------------+-------------------------------------------------------------------------------------------------------+ | Matte / ``matte`` | Boolean | Off | Merge Alpha before applying effect. | +----------------------------+---------+-------------+-------------------------------------------------------------------------------------------------------+ | Virtual Pixel / ``vpixel`` | Choice | Transparent | | Virtual Pixel Method. | | | | | | **Undefined** | | | | | | **Background** | | | | | | **Black** | | | | | | **CheckerTile** | | | | | | **Dither** | | | | | | **Edge** | | | | | | **Gray** | | | | | | **HorizontalTile** | | | | | | **HorizontalTileEdge** | | | | | | **Mirror** | | | | | | **Random** | | | | | | **Tile** | | | | | | **Transparent** | | | | | | **VerticalTile** | | | | | | **VerticalTileEdge** | | | | | | **White** | +----------------------------+---------+-------------+-------------------------------------------------------------------------------------------------------+ | Amount / ``amount`` | Double | 60 | Swirl amount. | +----------------------------+---------+-------------+-------------------------------------------------------------------------------------------------------+ .. |pluginIcon| image:: net.fxarena.openfx.Swirl.png :width: 10.0%