I'm using save() and I want the save color to be RGBA but by default it's set to RGB
I tried ImageFormatSetting.color_mode='RGBA' from python tooltip and I also tried
bpy.context.scene.render.image_settings.color_mode ='RGBA'
from this answer, but neither seem to be working,
what am I doing wrong?
