ColourPair

Undocumented in source.
struct ColourPair (
FG
BG
) if (
isColourFormat!FG &&
isColourFormat!BG
) {}

Members

Functions

contrast
auto contrast()
Undocumented in source. Be warned that the author may not have intended to support it.
meetsWCAGAAACriteria
bool meetsWCAGAAACriteria()
Undocumented in source. Be warned that the author may not have intended to support it.
meetsWCAGAACriteria
bool meetsWCAGAACriteria()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

background
BG background;
Undocumented in source.
foreground
FG foreground;
Undocumented in source.

Meta