[][src]Function cichlid::math::blend_u8

pub const fn blend_u8(a: u8, b: u8, amount_of_b: u8) -> u8

Blends a u8another integer by the fraction amount_of_b.