![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <stroke_raster.h>
Collaboration diagram for dt_stroke_pass_t:Data Fields | |
| double | width |
| double | red |
| double | green |
| double | blue |
| double | alpha |
One pass of a stroke: a width and a straight (not premultiplied) colour with alpha.
Definition at line 50 of file stroke_raster.h.
| double dt_stroke_pass_t::alpha |
Definition at line 56 of file stroke_raster.h.
Referenced by _pixel_over(), and _plane_composite_and_clear().
| double dt_stroke_pass_t::blue |
Definition at line 55 of file stroke_raster.h.
Referenced by _pixel_over().
| double dt_stroke_pass_t::green |
Definition at line 54 of file stroke_raster.h.
Referenced by _pixel_over().
| double dt_stroke_pass_t::red |
Definition at line 53 of file stroke_raster.h.
Referenced by _pixel_over().
| double dt_stroke_pass_t::width |
Definition at line 52 of file stroke_raster.h.
Referenced by _plane_composite_and_clear(), _solid(), _stroke_polyline(), _the_bright_pass_paints_over_the_dark_one(), dt_draw_shape_lines(), and dt_stroke_raster_path().