mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
restore ncplane_set_[fb]channel #2571
This commit is contained in:
parent
f842e74f20
commit
c996282e05
@ -2862,6 +2862,14 @@ ncplane_fchannel(const struct ncplane* n){
|
||||
|
||||
API void ncplane_set_channels(struct ncplane* n, uint64_t channels);
|
||||
|
||||
// Set the background alpha and coloring bits of the plane's current
|
||||
// channels from a single 32-bit value.
|
||||
API uint64_t ncplane_set_bchannel(struct ncplane* n, uint32_t channel);
|
||||
|
||||
// Set the foreground alpha and coloring bits of the plane's current
|
||||
// channels from a single 32-bit value.
|
||||
API uint64_t ncplane_set_fchannel(struct ncplane* n, uint32_t channel);
|
||||
|
||||
// Set the specified style bits for the ncplane 'n', whether they're actively
|
||||
// supported or not.
|
||||
API void ncplane_set_styles(struct ncplane* n, unsigned stylebits);
|
||||
|
Loading…
x
Reference in New Issue
Block a user