Open asinghvi17 opened 4 years ago
All colors are cast to RGBX in recordframe!, when that ideally should not be the case. We could also use an input pixfmt of argb or something instead of yuv420.
recordframe!
argb
yuv420
Is the constraint of being RGB only a GLMakie thing, or something else?
I guess #4150 is related
Yep pretty much, I guess it depends on whether the scenes background color is transparent or not though.
All colors are cast to RGBX in
recordframe!
, when that ideally should not be the case. We could also use an input pixfmt ofargb
or something instead ofyuv420
.Is the constraint of being RGB only a GLMakie thing, or something else?