Searched refs:COLOR_MIN_LENGHT (Results 1 – 1 of 1) sorted by relevance
32 const constexpr size_t COLOR_MIN_LENGHT = 3; variable79 if (color.length() < COLOR_MIN_LENGHT) { in ToHtmlColor()