Need help creating plugins UI

Thank you!

This also helped me too.

I have this so far (the right panel):

I could set the foregroundColor by:

instance.activeWindow().activeView().setForeGroundColor()

i found here.

But now I’m having a hard time finding how to do “subscribe” to color changes. Like I should be able to react to changes if other color pickers change the color.
I looked at the View class but couldn’t see anything relevant.

Did I miss something?

2 Likes