data class Exposure(val aperture: Float = 16.0f, val shutterSpeed: Float = 1f / 125f, val sensitivity: Float = 100.0f) Photographic exposure (aperture / shutter-speed / ISO triangle).
Default values correspond to a typical outdoor daylight exposure (EV ≈ 15).