Properties
colors
colors: { darkness: any; halfdark: any; background: any; dim: any; bright: any; ambientBrightest: any; ambientDaylight: any; ambientDarkness: any; sceneBackground: any; fogExplored: any; fogUnexplored: any } = ...
Type declaration
darkness: any
halfdark: any
background: any
dim: any
bright: any
ambientBrightest: any
ambientDaylight: any
ambientDarkness: any
sceneBackground: any
fogExplored: any
fogUnexplored: any
weights
weights: { dark: any; halfdark: any; dim: any; bright: any } = ...
Type declaration
dark: any
halfdark: any
dim: any
bright: any
Private #darknessLevel
#darknessLevel: number
Static Private #fallbackColors
#fallbackColors: { darknessColor: number; daylightColor: number; brightestColor: number; backgroundColor: number; fogUnexplored: number; fogExplored: number } = ...
Type declaration
darknessColor: number
daylightColor: number
brightestColor: number
backgroundColor: number
fogUnexplored: number
fogExplored: number
A singleton class dedicated to manage the color spaces associated with the scene and the canvas.