G-code Preview — API Reference
Guide
npm
GitHub
Preparing search index...
@chestnutlabs/gcode-renderer-three
ResolvedTheme
Interface ResolvedTheme
A theme with every value resolved (public overrides + fixed non-themeable constants).
interface
ResolvedTheme
{
background
:
null
|
ThemeColor
;
bedColor
:
ThemeColor
;
bedOpacity
:
number
;
directionalColor
:
ThemeColor
;
directionalIntensity
:
number
;
gridColor
:
ThemeColor
;
gridOpacity
:
number
;
hemisphereGround
:
ThemeColor
;
hemisphereIntensity
:
number
;
hemisphereSky
:
ThemeColor
;
materialPreset
:
MaterialPreset
;
}
Index
Properties
background
bed
Color
bed
Opacity
directional
Color
directional
Intensity
grid
Color
grid
Opacity
hemisphere
Ground
hemisphere
Intensity
hemisphere
Sky
material
Preset
Properties
background
background
:
null
|
ThemeColor
bed
Color
bedColor
:
ThemeColor
bed
Opacity
bedOpacity
:
number
directional
Color
directionalColor
:
ThemeColor
directional
Intensity
directionalIntensity
:
number
grid
Color
gridColor
:
ThemeColor
grid
Opacity
gridOpacity
:
number
hemisphere
Ground
hemisphereGround
:
ThemeColor
hemisphere
Intensity
hemisphereIntensity
:
number
hemisphere
Sky
hemisphereSky
:
ThemeColor
material
Preset
materialPreset
:
MaterialPreset
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
background
bed
Color
bed
Opacity
directional
Color
directional
Intensity
grid
Color
grid
Opacity
hemisphere
Ground
hemisphere
Intensity
hemisphere
Sky
material
Preset
Guide
npm
GitHub
G-code Preview — API Reference
Loading...
A theme with every value resolved (public overrides + fixed non-themeable constants).