BlueHourDusk

class BlueHourDusk(val time: Instant) : SolarEvent.LightEvent

When the solar angle sets to -4.0. Marks the start of LightState.BlueHourDusk.

Constructors

Link copied to clipboard
constructor(time: Instant)

Types

Link copied to clipboard

Properties

Link copied to clipboard
open override val time: Instant

Time of the event

Functions

Link copied to clipboard
open operator override fun compareTo(other: SolarEvent): Int