Searched refs:StrToRGB (Results 1 – 1 of 1) sorted by relevance
76 std::tuple<int32_t, int32_t, int32_t> StrToRGB(const WideString& strRGB) { in StrToRGB() function1174 std::tie(r, g, b) = StrToRGB(pValue->ToWideString()); in ScriptSomFontColor()1200 std::tie(r, g, b) = StrToRGB(pValue->ToWideString()); in ScriptSomFillColor()1225 std::tie(r, g, b) = StrToRGB(pValue->ToWideString()); in ScriptSomBorderColor()