#include <gamma.h>
Public Member Functions | |
| GammaConfig () | |
| int | equivalent (GammaConfig &that) |
| void | copy_from (GammaConfig &that) |
| void | interpolate (GammaConfig &prev, GammaConfig &next, int64_t prev_frame, int64_t next_frame, int64_t current_frame) |
Data Fields | |
| float | max |
| float | gamma |
| int | automatic |
| int | plot |
Definition at line 16 of file gamma.h.
| int GammaConfig::equivalent | ( | GammaConfig & | that | ) |
| void GammaConfig::copy_from | ( | GammaConfig & | that | ) |
| void GammaConfig::interpolate | ( | GammaConfig & | prev, | |
| GammaConfig & | next, | |||
| int64_t | prev_frame, | |||
| int64_t | next_frame, | |||
| int64_t | current_frame | |||
| ) |
| float GammaConfig::max |
| float GammaConfig::gamma |
1.5.5