Searched refs:StrToRGB (Results 1 – 1 of 1) sorted by relevance
78 std::tuple<int32_t, int32_t, int32_t> StrToRGB(const WideString& strRGB) { in StrToRGB() function1308 std::tie(r, g, b) = StrToRGB(pValue->ToWideString()); in Script_Som_FontColor()1334 std::tie(r, g, b) = StrToRGB(pValue->ToWideString()); in Script_Som_FillColor()1359 std::tie(r, g, b) = StrToRGB(pValue->ToWideString()); in Script_Som_BorderColor()