backgroundColor
The background color of the composition.
Declaration
var backgroundColor: CGColor? { get set }Discussion
Only solid BGRA colors are supported; patterns and other supported colors are ignored. If the rendered pixel buffer does not have alpha, the alpha value of the background color is ignored.
If the background color is NULL, the video compositor uses a default background color of opaque black.