generates RGBA array from up to 4 arrays (HSBA)
Summary (oneliner)
Create a 4-tuple RGBA array from 4 array inputs.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Trigger Input (Trigger)
Trigger input
In Hue Array (Array)
Hue In Array with range[0, 1]
In Saturation Array (Array)
Saturation In Array with range[0, 1]
- if not connected, default output value is 0.5
In Brightness Array (Array)
Brightness In Array with range[0, 1]
- if not connected, default output value is 1
In Alpha Array (Array)
Alpha/Opacity In Array with range[0, 1]
- if not connected, default output value is 1
Outputs
Trigger Output (Trigger)
Trigger output
Result Array (Array)
Resulting RGBA array output
Array Length (Number)
Total length of the array
RGBA Tuple Length (Number)
amount of RGBA tuples
Patches using HSBtoRGBArray
Changelog
created op 2019-11-14 - simod | |
Ops.User.cables.HSBtoRGBArray renamed to Ops.Array.HSBtoRGBArray 2019-11-14 - simod |