Color propagation issue or intentional?

When we color using setNodesColors, the node coloring seems odd to me.

In this image, why is node 14 not applying the red “lightRed” color to all child nodes (15, 16, 17, 18, 19, 20, etc.)? Instead, the child nodes are receiving “vblue” instead from node 4. However, they do correctly override the “vlblue” color if they are directly colored.

Is this intentional with hoops? Why is this happening?

Hello @mark.aronin,

I would agree with your expectation that the child nodes [15, 16, …] should inherit the color from its direct parent (node 14). My only guess is that the call to set the color for node 14 somehow failed and thus the color for node 4 is being inherited instead.

If you are able to send us the Stream Cache file in question, we can take a closer look at it. It would be preferable to send it to us via a ticket created via the Communicator Support Portal.

Thanks,
Tino