2011-08-16 11:38:58 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2009-07-11 08:18:07 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<refentry xml:id="function.ncurses-color-content" xmlns="http://docbook.org/ns/docbook">
|
2007-01-15 18:54:01 +00:00
|
|
|
<refnamediv>
|
|
|
|
<refname>ncurses_color_content</refname>
|
2009-04-06 04:32:09 +00:00
|
|
|
<refpurpose>Retrieves RGB components of a color</refpurpose>
|
2007-01-15 18:54:01 +00:00
|
|
|
</refnamediv>
|
2007-01-15 23:41:55 +00:00
|
|
|
<refsect1 role="description">
|
|
|
|
&reftitle.description;
|
2007-01-15 18:54:01 +00:00
|
|
|
<methodsynopsis>
|
|
|
|
<type>int</type><methodname>ncurses_color_content</methodname>
|
|
|
|
<methodparam><type>int</type><parameter>color</parameter></methodparam>
|
|
|
|
<methodparam><type>int</type><parameter role="reference">r</parameter></methodparam>
|
|
|
|
<methodparam><type>int</type><parameter role="reference">g</parameter></methodparam>
|
|
|
|
<methodparam><type>int</type><parameter role="reference">b</parameter></methodparam>
|
|
|
|
</methodsynopsis>
|
2009-04-06 04:32:09 +00:00
|
|
|
<para>
|
|
|
|
Retrieves the red, green, and blue components for the given color definition.
|
|
|
|
Terminal color capabilities must be initialized with
|
|
|
|
<function>ncurses_start_color</function> prior to calling this function.
|
|
|
|
</para>
|
2007-01-15 23:41:55 +00:00
|
|
|
</refsect1>
|
|
|
|
<refsect1 role="parameters">
|
|
|
|
&reftitle.parameters;
|
2007-01-15 18:54:01 +00:00
|
|
|
<para>
|
2007-01-15 23:41:55 +00:00
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
|
|
<term><parameter>color</parameter></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2009-04-06 04:32:09 +00:00
|
|
|
The number of the color to retrieve information for. May be one of the
|
|
|
|
pre-defined color constants.
|
2007-01-15 23:41:55 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term><parameter>r</parameter></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2009-04-06 04:32:09 +00:00
|
|
|
A reference to which to return the red component of the color. The value
|
|
|
|
returned to the reference will be between 0 and 1000.
|
2007-01-15 23:41:55 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term><parameter>g</parameter></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2009-04-06 04:32:09 +00:00
|
|
|
A reference to which to return the green component of the color. The value
|
|
|
|
returned to the reference will be between 0 and 1000.
|
2007-01-15 23:41:55 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term><parameter>b</parameter></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2009-04-06 04:32:09 +00:00
|
|
|
A reference to which to return the blue component of the color. The value
|
|
|
|
returned to the reference will be between 0 and 1000.
|
2007-01-15 23:41:55 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
2007-01-15 18:54:01 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
2009-04-06 04:32:09 +00:00
|
|
|
<refsect1 role="returnvalues">
|
|
|
|
&reftitle.returnvalues;
|
|
|
|
<para>
|
|
|
|
Returns <literal>-1</literal> if the function was successful, and
|
|
|
|
<literal>0</literal> if ncurses or terminal color capabilities have not been
|
|
|
|
initialized.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
<refsect1 role="seealso">
|
|
|
|
&reftitle.seealso;
|
|
|
|
<para>
|
|
|
|
<simplelist>
|
|
|
|
<member><function>ncurses_init_color</function></member>
|
|
|
|
<member><function>ncurses_start_color</function></member>
|
|
|
|
</simplelist>
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
2007-01-15 18:54:01 +00:00
|
|
|
</refentry>
|
2003-06-04 21:34:18 +00:00
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2003-06-04 21:34:18 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|