IGradientBackgroundConfig

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

Core Interface
interface IGradientBackgroundConfig {
skyColor?: Color;
groundColor?: Color;
}

Properties

skyColor?: Color
groundColor?: Color