NeoMutt
2025-12-11-1039-g550ac6
Teaching an old dog new tricks
DOXYGEN
Toggle main menu visibility
Loading...
Searching...
No Matches
merged.h
Go to the documentation of this file.
1
22
23
#ifndef MUTT_COLOR_MERGED_H
24
#define MUTT_COLOR_MERGED_H
25
26
#include "
attr.h
"
27
28
const
struct
AttrColor
*
merged_color_overlay
(
const
struct
AttrColor
*base,
const
struct
AttrColor
*over);
29
30
void
merged_colors_cleanup
(
struct
AttrColorList *merged_colors);
31
void
merged_colors_init
(
struct
AttrColorList *merged_colors);
32
33
#endif
/* MUTT_COLOR_MERGED_H */
attr.h
Colour and attributes.
merged_colors_cleanup
void merged_colors_cleanup(struct AttrColorList *merged_colors)
Free the list of Merged colours.
Definition
merged.c:54
merged_colors_init
void merged_colors_init(struct AttrColorList *merged_colors)
Initialise the Merged colours.
Definition
merged.c:45
merged_color_overlay
const struct AttrColor * merged_color_overlay(const struct AttrColor *base, const struct AttrColor *over)
Combine two colours.
Definition
merged.c:110
AttrColor
A curses colour and its attributes.
Definition
attr.h:65