Searched refs:IsRgbColor (Results 1 – 2 of 2) sorted by relevance
317 bool IsRgbColor(const char * const target);
949 bool IsRgbColor(const char * const target) in IsRgbColor() function1084 if (IsRgbaColor(source) || IsRgbColor(source)) { in ParseColor()