![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for _composite_t:Data Fields | |
| const dt_stroke_pass_t * | dark |
| const dt_stroke_pass_t * | bright |
| double | reach2 |
| double | half_dark |
| double | half_bright |
| uint8_t * | data |
| int | stride |
| int | surface_width |
| int | surface_height |
Definition at line 377 of file stroke_raster.c.
| const dt_stroke_pass_t* _composite_t::bright |
Definition at line 380 of file stroke_raster.c.
| const dt_stroke_pass_t* _composite_t::dark |
Definition at line 379 of file stroke_raster.c.
| uint8_t* _composite_t::data |
Definition at line 384 of file stroke_raster.c.
| double _composite_t::half_bright |
Definition at line 383 of file stroke_raster.c.
| double _composite_t::half_dark |
Definition at line 382 of file stroke_raster.c.
| double _composite_t::reach2 |
Definition at line 381 of file stroke_raster.c.
| int _composite_t::stride |
Definition at line 385 of file stroke_raster.c.
| int _composite_t::surface_height |
Definition at line 387 of file stroke_raster.c.
| int _composite_t::surface_width |
Definition at line 386 of file stroke_raster.c.