pub fn alpha_blend(src: u32, dst: u32) -> u32Expand description
Alpha-blend source over destination (integer math) Color format: ARGB (0xAARRGGBB)
pub fn alpha_blend(src: u32, dst: u32) -> u32Alpha-blend source over destination (integer math) Color format: ARGB (0xAARRGGBB)