IBasicBackgroundConfig

Core.IBasicBackgroundConfig exported from @manycore/aholo-viewer.

Core Interface
interface IBasicBackgroundConfig {
color?: Color;
alpha?: number;
texture?: Texture | null;
}

Properties

color?: Color
alpha?: number
texture?: Texture | null