Accessing fill color of an existing node?

I’ve poured through the docs and the objects in the console and I can’t for the life of me figure out how to access the current fill color of a node. I am trying to set the color of one node to the color of another existing node. Any pointers?

Thanks! And sorry for the silly question, but I searched for “color”, “fill”, etc. but didn’t see anything. I may need more coffee …

I looked in “parts” as well …

The first two Google search results for “gojs fill” are:

https://gojs.net/latest/intro/brush.html

Other search results look relevant too.

Sorry, I searched your site, not Google. Good suggestion, though :)

So it looks like I need to access the actual Shape object rather than the node or part, correct?

Got it! Used findObject() on the node and all is well in Mudville again! Thanks!