ColorPremul 200 ppapi/native_client/tests/ppapi_test_lib/test_interface.h struct ColorPremul { uint32_t A, R, G, B; }; // Use premultipled Alpha. ColorPremul 21 ppapi/tests/test_fullscreen.h struct ColorPremul { uint32_t A, R, G, B; }; // Use premultipled Alpha.