javascript access to [jit.matrixset]
Is there a way to get at individual matrixes in jit.matrixset from javascript?
Namely, could I copy a matrix from a set to an Image object of [jsui]?
answer to myself
I found it easier to emulate jit.matrixset in javascript (maintaining an array of Image objects that are copied from incoming matrices using .fromnamedmatrix).