pub fn alpha_blend(src: u32, dst: u32) -> u32Expand description
Alpha-blend a single source pixel (ARGB8888) onto a destination pixel (XRGB8888). Returns the blended pixel as 0xFFRRGGBB.
pub fn alpha_blend(src: u32, dst: u32) -> u32Alpha-blend a single source pixel (ARGB8888) onto a destination pixel (XRGB8888). Returns the blended pixel as 0xFFRRGGBB.