public Palette FromImage { get; }
ThermalImageFile image = new ThermalImageFile(@"path to image");
image.Palette = _image.PaletteManager.FromImage;