Add RGB variants to RawImage

This commit is contained in:
2021-03-25 09:33:03 +01:00
parent ab3a7d9654
commit c1ed17dd86
2 changed files with 15 additions and 0 deletions
+3
View File
@@ -40,6 +40,9 @@ public:
UINT8,
UINT16,
FLOAT32,
UINT8C3,
UINT16C3,
FLOAT32C3,
UNKNOWN,
};
RawImage();