IGradientBackgroundConfig

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

CoreInterface
interface IGradientBackgroundConfig {
skyColor?: Color;
groundColor?: Color;
}
skyColor?: Color
groundColor?: Color