interface CanvasEnvironmentConfig {
    backgroundColor?: any;
    brightestColor?: any;
    darknessColor?: any;
    daylightColor?: any;
    environment?: any;
    fogExploredColor?: any;
    fogUnexploredColor?: any;
}

Properties

backgroundColor?: any

The background canvas color

brightestColor?: any

The brightest ambient color

darknessColor?: any

The color of darkness

daylightColor?: any

The ambient daylight color

environment?: any

The scene environment data

fogExploredColor?: any

The color applied to explored areas

fogUnexploredColor?: any

The color applied to unexplored areas