Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_iop_gamma_mask_preview_t Struct Reference

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
 

Detailed Description

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.

Definition at line 142 of file gamma.c.

Field Documentation

◆ black_and_white

gboolean dt_iop_gamma_mask_preview_t::black_and_white

Definition at line 149 of file gamma.c.

Referenced by _mask_display().

◆ checker_1

size_t dt_iop_gamma_mask_preview_t::checker_1

Definition at line 146 of file gamma.c.

◆ checker_2

size_t dt_iop_gamma_mask_preview_t::checker_2

Definition at line 147 of file gamma.c.

◆ checker_color_1

dt_aligned_pixel_t dt_iop_gamma_mask_preview_t::checker_color_1

Definition at line 144 of file gamma.c.

Referenced by process().

◆ checker_color_2

dt_aligned_pixel_t dt_iop_gamma_mask_preview_t::checker_color_2

Definition at line 145 of file gamma.c.

◆ width

size_t dt_iop_gamma_mask_preview_t::width

Definition at line 148 of file gamma.c.

Referenced by _write_pixel().


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