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

Array4toArray3 Op



Array4toArray3
Namespace: Ops.Array

Op author: pandur

convert an array4 to array3 by dropping every 4th number


example: [rgbargbargba] becomes [rgbrgbrgb]



Inputs

Array (Array)

Outputs

Result (Array)
Array length (Number)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using Array4toArray3

  • Public
  • My Patches

Changelog


created op
2019-06-09 - pandur