protected override Gdk.Pixbuf ProcessPixbuf (Gdk.Pixbuf pbuf)
		{
			return pbuf.AddHueShift (HueShift >= 0 ? HueShift : -HueShift);
		}