Function init_frame_3

Source
fn init_frame_3<P: Pixel + Default>(
    width: usize,
    height: usize,
    planes: impl IntoIterator<Item = [P; 3]> + Send,
    frame: &mut Frame<P>,
) -> Result<(), Error>