Add RedAlpha image formats.

This commit is contained in:
H. Utku Maden 2023-07-02 10:38:32 +03:00
parent 98883db604
commit f830626579

View File

@ -4,6 +4,7 @@ namespace Quik.Media
{
public enum QImageFormat
{
Undefined,
RedU8,
RgbU8,
RgbaU8,
@ -11,6 +12,8 @@ namespace Quik.Media
RgbF,
RgbaF,
AlphaU8,
AlphaF
AlphaF,
RaU8,
RaF,
}
}