beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

HSBtoRGBArray Op



HSBtoRGBArray

generates RGBA array from up to 4 arrays (HSBA)


Create a 4-tuple RGBA array from 4 array inputs.



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


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

HSBtoRGBArray example


Patches using HSBtoRGBArray

  • Examples
  • Public
  • My Patches

Changelog


created op
2019-11-14 - simod
Ops.User.cables.HSBtoRGBArray renamed to Ops.Array.HSBtoRGBArray
2019-11-14 - simod