I have a tree structure with elements dynamically added and removed. The elements are loaded dynamically from the network. What I want to achieve is to have a lookup table that maps the element’s id to the actual element in the tree. Now, the problem when using a simple Map or Object is that it holds strong references to the
Tag: lookup-tables
Combining 3D LUTs with each other in javascript
I am working with 3D color LUTs (color lookup tables) in javascript and I was wondering is there a way to combine two or more 3D LUTs to export them in one single file. Let me explain: I get .cube (3D color lookup file). I parse it and store parsed color values into an array and apply it to existing