GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A lookup gamma table. More...
#include <gp_gamma_correction.h>
Data Fields | ||
gp_correction_type | corr_type | |
Correction type. | ||
float | gamma | |
Gamma for GP_CORRECTION_GAMMA. | ||
uint8_t | in_bits | |
Number of input bits. | ||
uint8_t | out_bits | |
Number of output bits. | ||
unsigned int | ref_count | |
Reference counter. | ||
union { | ||
uint8_t u8 [0] | ||
8-bit lookup table pointer | ||
uint16_t u16 [0] | ||
16-bit lookup table pointer | ||
}; | ||
Lookup table. | ||
A lookup gamma table.
Definition at line 117 of file gp_gamma_correction.h.