Dashboard/Quik/QuikImageFormat.cs

12 lines
150 B
C#

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