PHP » GoLang |
login |
register |
about
|
GoLang ncurses_color_content
request it (361)
GoLang replacement for PHP's ncurses_color_content
[edit | history]
ncurses_color_content(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) ncurses_color_content — Retrieves RGB components of a color Description
int ncurses_color_content
( int
$color
, int &$r
, int &$g
, int &$b
)Retrieves the red, green, and blue components for the given color definition. Terminal color capabilities must be initialized with ncurses_start_color() prior to calling this function. Parameters
Return ValuesReturns -1 if the function was successful, and 0 if ncurses or terminal color capabilities have not been initialized. See Also
|
more
Recently updated
more
Most requested
more
Last requests
|