![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <testimg.h>
Collaboration diagram for Testimg:Data Fields | |
| int | width |
| int | height |
| float * | pixels |
| const char * | name |
| int Testimg::height |
Referenced by testimg_alloc(), testimg_gen_grey_max_dr_neg(), testimg_print_by_chan(), and testimg_print_by_pixel().
| const char* Testimg::name |
Referenced by testimg_alloc(), testimg_gen_all_black(), testimg_gen_all_grey(), testimg_gen_all_white(), testimg_gen_grey_max_dr(), testimg_gen_grey_max_dr_neg(), testimg_gen_grey_space(), testimg_gen_grey_with_rgb_clipping(), testimg_gen_rgb_space(), testimg_gen_single_color_space(), testimg_gen_three_color_space(), testimg_print_by_chan(), and testimg_print_by_pixel().
| float* Testimg::pixels |
Referenced by get_pixel(), testimg_alloc(), and testimg_free().
| int Testimg::width |