Changing multiple pulldown menus at one time

Let’s say I have two nodes with pulldown menus. I want to publish a port and have that port control different combinations of the two (or more) menu options, in this case for (pre) color depth and (post) color depth.

I want published port setting

  • 1 to set pre 8-bit and post 8-bit
  • 2 to set 16-bit and 8-bit
  • 3 to set 32-bit and 8-bit
  • 4 to set 32-bit and 32-bit

(This applies to Blend Images, too.) I guess the question could be, is there a way to convert integer to pulldown menu item?

@jstrecker answered yes to this here, with an example. And here’s a pic of where to find the data type in Vuo.

Screen Shot 2021-10-28 at 5.24.25 AM.png