public void PopulateBMP() { PurgeBMP(); TexImage = new TexImage(); TexImage.Load(PathManager.FullyQualify(Path)); //TODO - try to autodetect a format (corona may need to manage palette size a little better) SetFormat(TextureFormat.Format4_I8); }