public void GetChannel(FREE_IMAGE_COLOR_CHANNEL ficc) { FIBITMAP tmp_dib = FreeImage.GetChannel(this.Dib, ficc); this.ReplaceDib(tmp_dib); }