Interface: ArtificialHorizonOptions
Options for ArtificialHorizon.
Properties
groundColor
• Optional
groundColor: string
The color of the ground. Overridden by groundColors
.
Defined in
src/garminsdk/components/nextgenpfd/horizon/ArtificialHorizon.tsx:25
groundColors
• Optional
groundColors: ArtificialHorizonColorStop
[]
The color stops of the ground gradient.
Defined in
src/garminsdk/components/nextgenpfd/horizon/ArtificialHorizon.tsx:30
skyColor
• Optional
skyColor: string
The color of the sky. Overridden by skyColors
.
Defined in
src/garminsdk/components/nextgenpfd/horizon/ArtificialHorizon.tsx:33
skyColors
• Optional
skyColors: ArtificialHorizonColorStop
[]
The color stops of the sky gradient.
Defined in
src/garminsdk/components/nextgenpfd/horizon/ArtificialHorizon.tsx:38