Image effect question

If i use 2 or more image effect in my camera… how can disable only one?.

The image effects are essentially just like any normal script component. You can access them individually using GetComponent and then set the enabled property to false to turn off the effect.