23#ifndef MUTT_COLOR_MERGED_H
24#define MUTT_COLOR_MERGED_H
void merged_colors_cleanup(void)
Free the list of Merged colours.
void merged_colors_init(void)
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.