If you've updated the link colors and updated the graph using graph.setLinkColors(), then it would also be great if you could retrieve that list again so that you get the values that you just set. The alternative that you currently have to do is to keep a separate list for the link colors and then generate a new Float32Array from that.
If you've updated the link colors and updated the
graphusinggraph.setLinkColors(), then it would also be great if you could retrieve that list again so that you get the values that you just set. The alternative that you currently have to do is to keep a separate list for the link colors and then generate a newFloat32Arrayfrom that.