Searched refs:getColor (Results 1 – 2 of 2) sorted by relevance
49 RGB24 getColor(const char *str);
92 RGB24 LottieParser::getColor(const char *str) in getColor() function in LottieParser1365 else if (KEY_AS("sc")) color = getColor(getString()); in parseLayer()