summaryrefslogtreecommitdiff
path: root/include/netsurf/plot_style.h
Commit message (Collapse)AuthorAgeFilesLines
* Plot style: Add function to engorge a colour channel.Michael Drake2020-02-231-0/+33
| | | | This can be used to exaggerate the red, green, or blue component.
* Plot style: Split lightness calc out of colour_to_bw_furthest macro.Michael Drake2020-02-231-4/+7
|
* Plotters: Expose array of font family strings to front ends.Michael Drake2018-05-231-0/+7
|
* Plotters: Change stroke width in the plot_style_t to fixed point.Michael Drake2018-05-231-1/+14
|
* Plotters: Add plot_style_fixed type, and use for font size.Michael Drake2018-05-231-3/+9
|
* move plot style header to netsurf include directoryVincent Sanders2017-01-131-0/+195
move plotter style header and adjust all callers to use only what they actually require.