Add RedAlpha image formats.
This commit is contained in:
parent
98883db604
commit
f830626579
@ -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,
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user