⚠️ 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 a single source pixel (ARGB8888) onto a destination pixel (XRGB8888). Returns the blended pixel as 0xFFRRGGBB.