mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
681 B
681 B
% notcurses_fade(3) % nick black nickblack@linux.com % v1.0.2
NAME
notcurses_fade - fade ncplanes in and out
SYNOPSIS
#include <notcurses.h>
typedef int (*fadecb)(struct notcurses* nc, struct ncplane* ncp);
int ncplane_fadeout(struct ncplane n, const struct timespec ts);**
int ncplane_fadein(struct ncplane n, const struct timespec ts);**
int notcurses_pulsing_yx(struct ncplane n, int y, int x, const char s, uint32_t attr, uint64_t channels, fadecb fader);**
int ncplane_pulse(struct ncplane n, const struct timespec ts, fadecb fader);**
DESCRIPTION
RETURN VALUES
BUGS
SEE ALSO
notcurses(3), notcurses_ncplane(3)