コード例 #1
0
ファイル: Settings.cpp プロジェクト: sondhana/SDQI_VLE
    static std::string convert(const Gdk::Color& color)
    {
        std::string str = color.to_string();
        if (not str.empty()) {
            str.assign(str, 1, std::string::npos);
        }

        return str;
    }