colorFromPremultipliedARGB  150 Source/platform/graphics/Color.h PLATFORM_EXPORT Color colorFromPremultipliedARGB(RGBA32);
colorFromPremultipliedARGB  166 Source/platform/graphics/Color.h         return Color(colorFromPremultipliedARGB(premultBlended.rgb()));