.. _net.fxarena.openfx.Modulate: Modulate node ============= .. raw:: html |pluginIcon|  *This documentation is for version 1.2 of Modulate (net.fxarena.openfx.Modulate).* Description ----------- Modulate color node. 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 | +=============================+=========+=========+=======================================================================================================+ | Brightness / ``brightness`` | Double | 100 | Adjust brightness (%) | +-----------------------------+---------+---------+-------------------------------------------------------------------------------------------------------+ | Saturation / ``saturation`` | Double | 100 | Adjust saturation (%) | +-----------------------------+---------+---------+-------------------------------------------------------------------------------------------------------+ | Hue / ``hue`` | Double | 100 | Adjust hue (%) | +-----------------------------+---------+---------+-------------------------------------------------------------------------------------------------------+ | OpenMP / ``openmp`` | Boolean | On | Enable/Disable OpenMP support. This will enable the plugin to use as many threads as allowed by host. | +-----------------------------+---------+---------+-------------------------------------------------------------------------------------------------------+ | OpenCL / ``opencl`` | Boolean | Off | Enable/Disable OpenCL. This will enable the plugin to use supported GPU(s) for better performance. | +-----------------------------+---------+---------+-------------------------------------------------------------------------------------------------------+ .. |pluginIcon| image:: net.fxarena.openfx.Modulate.png :width: 10.0%