Add RedAlpha image formats.
This commit is contained in:
parent
98883db604
commit
f830626579
@ -4,6 +4,7 @@ namespace Quik.Media
|
|||||||
{
|
{
|
||||||
public enum QImageFormat
|
public enum QImageFormat
|
||||||
{
|
{
|
||||||
|
Undefined,
|
||||||
RedU8,
|
RedU8,
|
||||||
RgbU8,
|
RgbU8,
|
||||||
RgbaU8,
|
RgbaU8,
|
||||||
@ -11,6 +12,8 @@ namespace Quik.Media
|
|||||||
RgbF,
|
RgbF,
|
||||||
RgbaF,
|
RgbaF,
|
||||||
AlphaU8,
|
AlphaU8,
|
||||||
AlphaF
|
AlphaF,
|
||||||
|
RaU8,
|
||||||
|
RaF,
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user