Function libnotcurses_sys::ffi::ncplane_fadeout [−][src]
pub unsafe extern "C" fn ncplane_fadeout(
n: *mut ncplane,
ts: *const timespec,
fader: fadecb,
curry: *mut c_void
) -> c_int
Expand description
Fade the ncplane out over the provided time, calling ‘fader’ at each iteration. Requires a terminal which supports truecolor, or at least palette modification (if the terminal uses a palette, our ability to fade planes is limited, and affected by the complexity of the rest of the screen).