API/IBasicBackgroundConfigIBasicBackgroundConfigCore.IBasicBackgroundConfig exported from @manycore/aholo-viewer.CoreInterfaceinterface IBasicBackgroundConfig { color?: Color; alpha?: number; texture?: Texture | null;} Properties color color?: Color alpha alpha?: number texture texture?: Texture | null ←IBackgroundPluginConfigICompositePluginConfig→