Added TODO for additional SKColorType support

This commit is contained in:
Dimitri Vranken 2023-02-16 14:39:09 +01:00
parent a66bdba211
commit 55b652a77f

View file

@ -38,6 +38,7 @@ public void Dispose()
private static string ConvertStreamFormat(SKColorType fmt)
{
// TODO: Add support for additional formats
switch (fmt)
{
case SKColorType.Gray8: