kicad/common/plotters
Seth Hillbrand d405fff1d8 Correct alpha blending in PDF plot
We fake the alpha channel by pre-multiplying but we forgot to account
for the downscaling of the input channel value in addition to correcting
the alpha * white.  This led to clipping when the values overflowed

Fixes https://gitlab.com/kicad/code/kicad/issues/14238
2023-03-10 09:00:12 -08:00
..
DXF_plotter.cpp plotters rework: add plot fct to use TEXT_ATTRIBUTES class to pass text settings 2023-02-26 14:44:53 +01:00
GERBER_plotter.cpp Fix rounding errors in gerber files 2023-02-28 20:27:16 +01:00
HPGL_plotter.cpp Move hypertext linking to user-page-numbers. 2022-08-27 19:17:43 +01:00
PDF_plotter.cpp Correct alpha blending in PDF plot 2023-03-10 09:00:12 -08:00
PS_plotter.cpp plotters rework: add plot fct to use TEXT_ATTRIBUTES class to pass text settings 2023-02-26 14:44:53 +01:00
SVG_plotter.cpp plotters rework: add plot fct to use TEXT_ATTRIBUTES class to pass text settings 2023-02-26 14:44:53 +01:00
common_plot_functions.cpp Plot colored drawing sheet text with the correct color 2023-02-09 14:12:48 +00:00
plotter.cpp plotters rework: add plot fct to use TEXT_ATTRIBUTES class to pass text settings 2023-02-26 14:44:53 +01:00