LightEvent

sealed interface LightEvent : SolarEvent

Light events are solar events pertaining to interesting light effects created by the position of the sun. Examples are things like the start of Golden Hour or Blue Hour. These event types are of particular interest to photographers.

Inheritors

Properties

Link copied to clipboard
abstract val time: Instant

Time of the event

Functions

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