Skip to main content

Type Alias: G3XAutoBacklightManagerOptions

G3XAutoBacklightManagerOptions = object

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Backlight/G3XAutoBacklightManager.ts:8

Configuration options for G3XAutoBacklightManager.

Properties

gamma

gamma: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Backlight/G3XAutoBacklightManager.ts:19

The gamma value to use when mapping input light intensities to output backlight levels.


maxInputIntensity

maxInputIntensity: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Backlight/G3XAutoBacklightManager.ts:13

The input ambient light intensity, in lux, at which the manager outputs an automatic backlight level of 1.


minInputIntensity

minInputIntensity: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Backlight/G3XAutoBacklightManager.ts:10

The input ambient light intensity, in lux, at which the manager outputs an automatic backlight level of 0.


timeConstant

timeConstant: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Backlight/G3XAutoBacklightManager.ts:16

The time constant, in milliseconds, with which the manager smooths input ambient light intensities.