/** * @file ColorInfo.cppm * @brief Module file for the ColorInfo struct of the Screen module */ module; #include export module ftxui.screen.ColorInfo; /** * @namespace ftxui * @brief The FTXUI ftxui:: namespace */ export namespace ftxui { using ftxui::ColorInfo; using ftxui::GetColorInfo; }