23#ifndef MUTT_COLOR_MERGED_H
24#define MUTT_COLOR_MERGED_H
void merged_colors_cleanup(struct AttrColorList *merged_colors)
Free the list of Merged colours.
void merged_colors_init(struct AttrColorList *merged_colors)
Initialise the Merged colours.
const struct AttrColor * merged_color_overlay(const struct AttrColor *base, const struct AttrColor *over)
Combine two colours.
A curses colour and its attributes.