using System; namespace Quik.Media { public enum QImageFormat { RedU8, RgbU8, RgbaU8, RedF, RgbF, RgbaF, AlphaU8, AlphaF } }