Function tiny_skia::wide::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>,