[−][src]Function sdl2::gfx::imagefilter::shift_left_byte
pub fn shift_left_byte(src1: CVec<u8>, n: u8) -> Result<CVec<u8>, String>
Filter using ShiftLeftByte
: D = (S << N).
pub fn shift_left_byte(src1: CVec<u8>, n: u8) -> Result<CVec<u8>, String>
Filter using ShiftLeftByte
: D = (S << N).