Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | colorramp: Add float-typed colorramp_fill() equivalent | Jon Lund Steffensen | 2014-12-15 | 1 | -3/+25 |
| | |||||
* | Apply gamma after brightness and termperature | Mattias Andrée | 2014-03-18 | 1 | -6/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | Constify gamma parameter to set_temperature() methods | Jon Lund Steffensen | 2013-12-09 | 1 | -1/+1 |
| | |||||
* | colorramp: Use new color ramp table provided by Ingo Thies. | Jon Lund Steffensen | 2013-10-21 | 1 | -94/+248 |
| | | | | | | This table is calculated by the actual Planckian locus below 5000K, and by CIE daylight standard above 5000K. Also, the new table applies proper gamma correction according to sRGB. More information can be found in README-colorramp. | ||||
* | colorramp: Fix slight flicker caused by improper scaling of gamma ramp values | Jon Lund Steffensen | 2013-10-21 | 1 | -3/+3 |
| | | | | | Values generated by colorramp_fill() will be a maximum of i * 256 - 1, due to the use of UINT16_MAX. Simplest fix ought to be using (UINT16_MAX+1), which is safe, as the maximum value (255 * 256) still fits in a uint16. (Thanks to Sean Hildebrand) | ||||
* | Allow brightness to be adjusted (between 10% and 100%, the latter being the default). | Jon Lund Steffensen | 2011-04-21 | 1 | -4/+4 |
| | |||||
* | Change comment in colorramp.c. | Jon Lund Steffensen | 2010-06-21 | 1 | -1/+1 |
| | |||||
* | Don't include gettext headers when NLS is disabled. | Jon Lund Steffensen | 2010-05-24 | 1 | -2/+0 |
| | |||||
* | Add gettext support in redshift. | Jon Lund Steffensen | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | Move source and headers to src dir. | Jon Lund Steffensen | 2009-12-23 | 1 | -0/+150 |