namespace Quik { public enum QuikImageFormat { RedU8, RgbU8, RgbaU8, RedF, RgbF, RgbaF } }