⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

alpha_blend

Function alpha_blend 

Source
pub fn alpha_blend(src: u32, dst: u32) -> u32
Expand description

Alpha-blend source over destination (integer math) Color format: ARGB (0xAARRGGBB)