Type Alias: AirspeedIndicatorColorRange
AirspeedIndicatorColorRange =
object
Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicatorColorRange.ts:25
An airspeed indicator color range.
Properties
color
readonlycolor:AirspeedIndicatorColorRangeColor
Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicatorColorRange.ts:30
The color of this color range.
maximum
readonlymaximum:AirspeedDefinitionFactory
Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicatorColorRange.ts:36
A factory which generates the maximum speed of this color range, in knots.
minimum
readonlyminimum:AirspeedDefinitionFactory
Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicatorColorRange.ts:33
A factory which generates the minimum speed of this color range, in knots.
width
readonlywidth:AirspeedIndicatorColorRangeWidth
Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicatorColorRange.ts:27
The width of this color range.