tiny_skia::wide

Function generic_bit_blend

Source
pub fn generic_bit_blend<T>(mask: T, y: T, n: T) -> T
where T: Copy + BitXor<Output = T> + BitAnd<Output = T>,