1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-24 05:18:36 +00:00

Retain dark yellow for composite output.

This commit is contained in:
Thomas Harte
2023-12-07 14:21:09 -05:00
parent c5745f71f6
commit e691cc8723
3 changed files with 52 additions and 39 deletions
+4
View File
@@ -51,6 +51,10 @@ enum class DisplayType {
CompositeMonochrome
};
constexpr bool is_composite(DisplayType type) {
return type == DisplayType::CompositeColour || type == DisplayType::CompositeMonochrome;
}
/*!
Enumerates the potential formats of input data.