![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <dng_opcode.h>
Collaboration diagram for dt_dng_gain_map_t:Data Fields | |
| uint32_t | top |
| uint32_t | left |
| uint32_t | bottom |
| uint32_t | right |
| uint32_t | plane |
| uint32_t | planes |
| uint32_t | row_pitch |
| uint32_t | col_pitch |
| uint32_t | map_points_v |
| uint32_t | map_points_h |
| double | map_spacing_v |
| double | map_spacing_h |
| double | map_origin_v |
| double | map_origin_h |
| uint32_t | map_planes |
| float | map_gain [] |
Definition at line 44 of file dng_opcode.h.
| uint32_t dt_dng_gain_map_t::bottom |
Definition at line 48 of file dng_opcode.h.
Referenced by dt_dng_opcode_process_opcode_list_2().
| uint32_t dt_dng_gain_map_t::col_pitch |
Definition at line 53 of file dng_opcode.h.
Referenced by dt_dng_opcode_process_opcode_list_2().
| uint32_t dt_dng_gain_map_t::left |
Definition at line 47 of file dng_opcode.h.
Referenced by dt_dng_opcode_process_opcode_list_2().
| float dt_dng_gain_map_t::map_gain[] |
Definition at line 61 of file dng_opcode.h.
Referenced by dt_dng_opcode_process_opcode_list_2().
| double dt_dng_gain_map_t::map_origin_h |
Definition at line 59 of file dng_opcode.h.
Referenced by dt_dng_opcode_process_opcode_list_2().
| double dt_dng_gain_map_t::map_origin_v |
Definition at line 58 of file dng_opcode.h.
Referenced by dt_dng_opcode_process_opcode_list_2().
| uint32_t dt_dng_gain_map_t::map_planes |
Definition at line 60 of file dng_opcode.h.
Referenced by dt_dng_opcode_process_opcode_list_2().
| uint32_t dt_dng_gain_map_t::map_points_h |
Definition at line 55 of file dng_opcode.h.
Referenced by dt_dng_opcode_process_opcode_list_2().
| uint32_t dt_dng_gain_map_t::map_points_v |
Definition at line 54 of file dng_opcode.h.
Referenced by dt_dng_opcode_process_opcode_list_2().
| double dt_dng_gain_map_t::map_spacing_h |
Definition at line 57 of file dng_opcode.h.
Referenced by dt_dng_opcode_process_opcode_list_2().
| double dt_dng_gain_map_t::map_spacing_v |
Definition at line 56 of file dng_opcode.h.
Referenced by dt_dng_opcode_process_opcode_list_2().
| uint32_t dt_dng_gain_map_t::plane |
Definition at line 50 of file dng_opcode.h.
Referenced by dt_dng_opcode_process_opcode_list_2().
| uint32_t dt_dng_gain_map_t::planes |
Definition at line 51 of file dng_opcode.h.
Referenced by dt_dng_opcode_process_opcode_list_2().
| uint32_t dt_dng_gain_map_t::right |
Definition at line 49 of file dng_opcode.h.
Referenced by dt_dng_opcode_process_opcode_list_2().
| uint32_t dt_dng_gain_map_t::row_pitch |
Definition at line 52 of file dng_opcode.h.
Referenced by dt_dng_opcode_process_opcode_list_2().
| uint32_t dt_dng_gain_map_t::top |
Definition at line 46 of file dng_opcode.h.
Referenced by dt_dng_opcode_process_opcode_list_2().