pub unsafe extern "C" fn WebPBlendAlpha(
picture: *mut WebPPicture,
background_rgb: u32,
)Expand description
Remove the transparency information (if present) by blending the color with
the background color background_rgb (specified as 24bit RGB triplet).
After this call, all alpha values are reset to 0xff.