Searched refs:getNextField (Results 1 – 1 of 1) sorted by relevance
73 auto getNextField = [&startPos, &hexColor] () { in StrToColor() local79 auto r = getNextField(); in StrToColor()80 auto g = getNextField(); in StrToColor()81 auto b = getNextField(); in StrToColor()82 auto a = getNextField(); in StrToColor()