public override Bitmap Apply(Bitmap bitmap) { Color c = Color.Green; return(ImageFilters.ApplyFilterMega(new Bitmap(bitmap), 230, 110, c)); }