Tint color

Hi,
How can i change Tint color for same Valve with two different Boolean Tags?
For Example Tag1 green ,Tag2 Red
Thanks

Create a custom property on the image, I called mine ‘tint’.

Then add this code to the Custom Property ‘tint’

binEnc({booltag1},{booltag2})

This will return the results 0 - 3.

Then check box Tint Filter under Image Manipulation.
Below that is Tint Color, bind Tint Color to the custom property ‘tint’.
Then add the rows below that.
1 = green
2 = red

Cheers,
Chris