UNPKG

pixelarray2e131

Version:

Send a pixel array over streaming ACN E1.31

8 lines (6 loc) 162 B
//flipDiagonalFunction.js module.exports = function(fn){ return function(sourceX, sourceY, width, height){ return fn(sourceY, sourceX, height, width); }; };