USAGE: elaborate on ncplane_set_*_palindex #1554

pull/1876/head
nick black 3 years ago
parent fd54a1a73b
commit a749ede622
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -1701,6 +1701,7 @@ int ncplane_set_bg_rgb(struct ncplane* n, uint32_t channel);
void ncplane_set_fg_default(struct ncplane* n);
void ncplane_set_bg_default(struct ncplane* n);
// Provide a palette index on [0..255].
int ncplane_set_fg_palindex(struct ncplane* n, int idx);
int ncplane_set_bg_palindex(struct ncplane* n, int idx);
```

Loading…
Cancel
Save