HSBtoRGBArray Op
generates RGBA array from up to 4 arrays (HSBA)
Summary (oneliner)
<p>Create a 4-tuple RGBA array from 4 array inputs.</p>
- Ops.Array.HSBtoRGBArray
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch HSBtoRGBArray example
INPUT PORTS
<p>Trigger input</p>
<p>Hue In Array with range<code>[0, 1]</code></p>
<p>Saturation In Array with range<code>[0, 1]</code> - if not connected, default output value is <code>0.5</code></p>
<p>Brightness In Array with range<code>[0, 1]</code> - if not connected, default output value is <code>1</code></p>
<p>Alpha/Opacity In Array with range<code>[0, 1]</code> - if not connected, default output value is <code>1</code></p>
OUTPUT PORTS
<p>Trigger output</p>
<p>Resulting RGBA array output</p>
<p>Total length of the array</p>
<p>amount of RGBA tuples</p>