Make a texture Bloom very strongly?

How do I selectivly bloom a few colors only

like

1, 1, 1
1,0,0
0,1,0
0,0,1
1,1,0
0,1,1
1,0,1

thanks

and I want them to POP

like tron the movie :smiley:

Maybe setup an emit map on the object and then emit the colors that you want to bloom? Then apply a bloom filter that “should” flare out anything that is bright enough depending on the threshold.

Write a custom 2D filter. Modifying a bloom script to only do certain colours is quite easy, just chuck some extra thresholds in there.