[][src]Function cichlid::math::blend_u16

pub const fn blend_u16(a: u16, b: u16, amount_of_b: u16) -> u16

Blends a u16another integer by the fraction amount_of_b.