Add FormatRGBA

This commit is contained in:
Lukas Herman
2020-02-15 11:06:23 -08:00
parent f4ff7ab80b
commit a067b15fd8

View File

@@ -14,6 +14,11 @@ const (
// FormatYUY2 https://www.fourcc.org/pixel-format/yuv-yuy2/
FormatYUY2 = "YUY2"
// RGB Formats
// FormatRGBA https://www.fourcc.org/pixel-format/rgb-rgba/
FormatRGBA Format = "RGBA"
// Compressed Formats
// FormatMJPEG https://www.fourcc.org/mjpg/