2020-01-13 21:29:53 +00:00
|
|
|
% notcurses_fade(3)
|
|
|
|
% nick black <nickblack@linux.com>
|
2020-01-14 23:19:08 +00:00
|
|
|
% v1.1.0
|
2020-01-13 21:29:53 +00:00
|
|
|
|
|
|
|
# NAME
|
|
|
|
|
|
|
|
notcurses_fade - fade ncplanes in and out
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
|
**#include <notcurses.h>**
|
|
|
|
|
|
|
|
```c
|
|
|
|
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 ncplane_pulse(struct ncplane* n, const struct timespec* ts, fadecb fader);**
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
|
|
|
# RETURN VALUES
|
|
|
|
|
|
|
|
# BUGS
|
|
|
|
|
|
|
|
# SEE ALSO
|
|
|
|
|
|
|
|
**notcurses(3)**, **notcurses_ncplane(3)**
|