public override Bitmap Apply(Bitmap bmp) { return(ImageHelpers.AddGlow(bmp, Size, Strength, Color, Offset, UseGradient ? Gradient : null)); }