Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | colorramp: Use supplied gamma ramps as initial value | Jon Lund Steffensen | 2015-01-04 | 1 | -0/+8 |
| | | | | | | | | | This changes colorramp_fill() to base the ramp calculations on the existing values in the supplied tables, instead of basing it on a pure `i/size` value computed on the fly. All gamma adjustment methods are changed to explicitly initialize the ramps to the `i/size` value before calls to colorramp_fill(). | ||||
* | redshift: Simplify set_temperature by passing color_setting_t | Jon Lund Steffensen | 2014-12-27 | 1 | -7/+6 |
| | | | | | | | | Changes all set_temperature function in gamma adjustment methods to take a color_setting_t pointer with the color settings. Colorramp functions are similarly changed to take a color settings struct. | ||||
* | Add Quartz (OSX) gamma adjustment method | Jon Lund Steffensen | 2014-12-15 | 1 | -0/+146 |