Home
last modified time | relevance | path

Searched refs:set_fg_rgb (Results 1 – 11 of 11) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/src/pocpp/
H A Dncpp_build.cpp43 direct.set_fg_rgb (0xb5, 0x0d, 0xff); in run()
46 direct.set_fg_rgb (0xe2, 0xbf, 0x00); in run()
H A Dncpp_build_exceptions.cpp44 direct.set_fg_rgb (0xb5, 0x0d, 0xff); in run()
47 direct.set_fg_rgb (0xe2, 0xbf, 0x00); in run()
H A Dreel.cpp53 p->set_fg_rgb(0x000000); in tabletfxn()
/dports/devel/notcurses/notcurses-3.0.1/src/tetris/
H A Dbackground.h51 scoreplane_->set_fg_rgb(0xd040d0); in DrawBoard()
55 scoreplane_->set_fg_rgb(0x00d0a0); in DrawBoard()
H A Dnewpiece.h24 n->set_fg_rgb(t->color); in NewPiece()
/dports/devel/notcurses/notcurses-3.0.1/include/ncpp/
H A DDirect.hh43 bool set_fg_rgb (unsigned rgb) const NOEXCEPT_MAYBE in set_fg_rgb() function in ncpp::Direct
48 bool set_fg_rgb (unsigned r, unsigned g, unsigned b) const NOEXCEPT_MAYBE in set_fg_rgb() function in ncpp::Direct
H A DCell.hh147 void set_fg_rgb (uint32_t channel) noexcept in set_fg_rgb() function in ncpp::Cell
H A DPlane.hh886 bool set_fg_rgb (uint32_t channel) const NOEXCEPT_MAYBE in set_fg_rgb() function in ncpp::Plane
/dports/devel/notcurses/notcurses-3.0.1/src/player/
H A Dplay.cpp64 stdn->set_fg_rgb(0x80c080); in perframe()
/dports/devel/notcurses/notcurses-3.0.1/python/notcurses/
H A Dnotcurses.py1055 def set_fg_rgb(self, channel: int, /) -> None: member in NcPlane
/dports/graphics/gegl/gegl-0.4.34/operations/common/ctx/
H A Dctx.h39385 #define set_fg_rgb(r, g, b) \ macro
40469 set_fg_rgb (r,g,b); in vtcmd_set_graphics_rendition()