![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Shared appearance of mask previews rendered by the display encoding module. More...
Collaboration diagram for dt_iop_gamma_mask_preview_t:Data Fields | |
| dt_aligned_pixel_t | checker_color_1 |
| dt_aligned_pixel_t | checker_color_2 |
| size_t | checker_1 |
| size_t | checker_2 |
| size_t | width |
| gboolean | black_and_white |
Shared appearance of mask previews rendered by the display encoding module.
The checker colors remain in linear RGB until they are blended with the image so this path matches module-authored previews that continue through display encoding.
| gboolean dt_iop_gamma_mask_preview_t::black_and_white |
Definition at line 149 of file gamma.c.
Referenced by _mask_display().
| dt_aligned_pixel_t dt_iop_gamma_mask_preview_t::checker_color_1 |
| dt_aligned_pixel_t dt_iop_gamma_mask_preview_t::checker_color_2 |
| size_t dt_iop_gamma_mask_preview_t::width |
Definition at line 148 of file gamma.c.
Referenced by _write_pixel().