#pragma once #include #include namespace imgen { using color = std::tuple; color red(); color lime(); color blue(); color yellow(); color cyan(); color magenta(); color silver(); color maroon(); color olive(); color green(); color purple(); color teal(); color navy(); }