sdl2::gfx::imagefilter
pub fn bit_and(src1: CVec<u8>, src2: CVec<u8>) -> Result<CVec<u8>, String>
Filter using BitAnd: D = S1 & S2.
BitAnd