Searched refs:_parseColor (Results 1 – 1 of 1) sorted by relevance
411 static unsigned char _parseColor(const char* value, char** end) in _parseColor() function703 tr = _parseColor(str + 4, &red); in _toColor()705 tg = _parseColor(red + 1, &green); in _toColor()707 tb = _parseColor(green + 1, &blue); in _toColor()