GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Data Fields
gp_gamma_table Struct Reference

A lookup gamma table. More...

#include <gp_gamma_correction.h>

Collaboration diagram for gp_gamma_table:
Collaboration graph
[legend]

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.
 

Detailed Description

A lookup gamma table.

Definition at line 117 of file gp_gamma_correction.h.


The documentation for this struct was generated from the following file: