ColourPair

Undocumented in source.
struct ColourPair (
Foreground
Background
) if (
isColourFormat!Foreground &&
isColourFormat!Background
) {}

Members

Functions

contrast
Precision 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
Background background;
Undocumented in source.
foreground
Foreground foreground;
Undocumented in source.

Meta