/GoodNight

An iOS app to adjust screen temperature and brightness. This is a simplified fork of Anthony Agatiello's GoodNight, which is itself a fork of Thomas Finch's GammaThingy.

Primary LanguageObjective-C

GoodNight

Forked from Anthony Agatiello's "GoodNight" (https://github.com/anthonya1999/GoodNight), which is based off of Thomas Finch's "GammaThingy" (https://github.com/thomasfinch/GammaThingy).

GoodNight is an app that allows you to change the screen temperature and adjust the apparent screen brightness below normal levels.

This fork enables simultaneous screen temperature and brightness adjustments, and also removes some inessential features. It also incorporates accurate temperature curves using a Kelvin to RGB algorithm, originally developed by Tanner Helland and modified by Neil B.

This application uses dlsym, which loads in the private symbols at runtime, rather than using headers, so no additional setup is needed once you download the source.