Home
last modified time | relevance | path

Searched defs:ncchannel_set_rgb8 (Results 1 – 2 of 2) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/python/notcurses/
H A Dnotcurses.py82 def ncchannel_set_rgb8(channel: int, r: int, g: int, b: int, /) -> int: function
/dports/devel/notcurses/notcurses-3.0.1/include/notcurses/
H A Dnotcurses.h240 ncchannel_set_rgb8(uint32_t* channel, unsigned r, unsigned g, unsigned b){ in ncchannel_set_rgb8() function