From 43a1883ac80ce3ff4782cd74e5ad16a03887c2aa Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 10 May 2021 19:34:01 +0800 Subject: ... --- include/cru/platform/Color.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/cru/platform') diff --git a/include/cru/platform/Color.hpp b/include/cru/platform/Color.hpp index d1a9b678..efa02848 100644 --- a/include/cru/platform/Color.hpp +++ b/include/cru/platform/Color.hpp @@ -30,6 +30,9 @@ struct Color { return result; } + std::string ToUtf8String() const; + std::u16string ToString() const; + std::uint8_t red; std::uint8_t green; std::uint8_t blue; -- cgit v1.2.3