Enable component in main camera? [Should be easy]

            Camera.main.GetComponent<Image Effects/Blur/Blur>().enabled = true;

//How to reference the Blur image effect?
            Camera.main.GetComponent<UnityStandardAssets.ImageEffects.Blur>().enabled = true;

//Solved, u fucking noob!