.. _net.fxarena.openfx.Texture: Texture node ============ .. raw:: html |pluginIcon|  *This documentation is for version 3.8 of Texture (net.fxarena.openfx.Texture).* Description ----------- Texture/Background generator node. Inputs ------ +--------+-------------+----------+ | Input | Description | Optional | +========+=============+==========+ | Source |   | 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 | +==============================+=========+===============+=============================================================================================================================================+ | Background / ``background`` | Choice | Misc/Stripes | | Background type | | | | | | **Plasma/Regular** | | | | | | **Plasma/Fractal** | | | | | | **Noise/Gaussian** | | | | | | **Noise/Impulse** | | | | | | **Noise/Laplacian** | | | | | | **Misc/Checkerboard** | | | | | | **Misc/Stripes** | | | | | | **Gradient/Regular** | | | | | | **Gradient/Linear** | | | | | | **Misc/Loops 1** | | | | | | **Misc/Loops 2** | | | | | | **Misc/Loops 3** | +------------------------------+---------+---------------+---------------------------------------------------------------------------------------------------------------------------------------------+ | Seed / ``seed`` | Integer | 0 | Seed the random generator | +------------------------------+---------+---------------+---------------------------------------------------------------------------------------------------------------------------------------------+ | Width / ``width`` | Integer | 0 | Set canvas width, default (0) is project format | +------------------------------+---------+---------------+---------------------------------------------------------------------------------------------------------------------------------------------+ | Height / ``height`` | Integer | 0 | Set canvas height, default (0) is project format | +------------------------------+---------+---------------+---------------------------------------------------------------------------------------------------------------------------------------------+ | Color from / ``fromColor`` | String |   | Set start color, you must set a end color for this to work. Valid values are: none (transparent), color name (red, blue etc) or hex colors | +------------------------------+---------+---------------+---------------------------------------------------------------------------------------------------------------------------------------------+ | Color to / ``toColor`` | String |   | Set end color, you must set a start color for this to work. Valid values are : none (transparent), color name (red, blue etc) or hex colors | +------------------------------+---------+---------------+---------------------------------------------------------------------------------------------------------------------------------------------+ | OpenMP / ``openmp`` | Boolean | Off | Enable/Disable OpenMP support. This will enable the plugin to use as many threads as allowed by host. | +------------------------------+---------+---------------+---------------------------------------------------------------------------------------------------------------------------------------------+ | Frame Range / ``frameRange`` | Integer | min: 1 max: 1 | Time domain. | +------------------------------+---------+---------------+---------------------------------------------------------------------------------------------------------------------------------------------+ .. |pluginIcon| image:: net.fxarena.openfx.Texture.png :width: 10.0%