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