<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "xhtml1-transitional.dtd">
<!-- saved from url=(0013)about:internet -->
<?xml-stylesheet type="text/xsl" href="mathml.xsl"?><html xmlns="http://www.w3.org/1999/xhtml" xmlns:pref="http://www.w3.org/2002/Math/preference" pref:renderer="mathplayer-dl"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>glGetColorTableParameter</title><meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /></head><body><div class="refentry" lang="en" xml:lang="en"><a id="glGetColorTableParameter"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>glGetColorTableParameter — get color lookup table parameters</p></div><div class="refsynopsisdiv"><h2>C Specification</h2><div class="funcsynopsis"><table border="0" summary="Function synopsis" cellspacing="0" cellpadding="0"><tr><td><code class="funcdef">void <b class="fsfunc">glGetColorTableParameterfv</b>(</code></td><td>GLenum  </td><td><var class="pdparam">target</var>, </td></tr><tr><td> </td><td>GLenum  </td><td><var class="pdparam">pname</var>, </td></tr><tr><td> </td><td>GLfloat *  </td><td><var class="pdparam">params</var><code>)</code>;</td></tr></table></div><div class="funcsynopsis"><table border="0" summary="Function synopsis" cellspacing="0" cellpadding="0"><tr><td><code class="funcdef">void <b class="fsfunc">glGetColorTableParameteriv</b>(</code></td><td>GLenum  </td><td><var class="pdparam">target</var>, </td></tr><tr><td> </td><td>GLenum  </td><td><var class="pdparam">pname</var>, </td></tr><tr><td> </td><td>GLint *  </td><td><var class="pdparam">params</var><code>)</code>;</td></tr></table></div></div><div class="refsect1" lang="en" xml:lang="en"><a id="parameters"></a><h2>Parameters</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>target</code></em></span></dt><dd><p>
                    The target color table.
                    Must be
                    <code class="constant">GL_COLOR_TABLE</code>,
                    <code class="constant">GL_POST_CONVOLUTION_COLOR_TABLE</code>,
                    <code class="constant">GL_POST_COLOR_MATRIX_COLOR_TABLE</code>,
                    <code class="constant">GL_PROXY_COLOR_TABLE</code>,
                    <code class="constant">GL_PROXY_POST_CONVOLUTION_COLOR_TABLE</code>, or
                    <code class="constant">GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE</code>.
                </p></dd><dt><span class="term"><em class="parameter"><code>pname</code></em></span></dt><dd><p>
                    The symbolic name of a color lookup table parameter.
                    Must be one of
                    <code class="constant">GL_COLOR_TABLE_BIAS</code>,
                    <code class="constant">GL_COLOR_TABLE_SCALE</code>,
                    <code class="constant">GL_COLOR_TABLE_FORMAT</code>,
                    <code class="constant">GL_COLOR_TABLE_WIDTH</code>,
                    <code class="constant">GL_COLOR_TABLE_RED_SIZE</code>,
                    <code class="constant">GL_COLOR_TABLE_GREEN_SIZE</code>,
                    <code class="constant">GL_COLOR_TABLE_BLUE_SIZE</code>,
                    <code class="constant">GL_COLOR_TABLE_ALPHA_SIZE</code>,
                    <code class="constant">GL_COLOR_TABLE_LUMINANCE_SIZE</code>, or
                    <code class="constant">GL_COLOR_TABLE_INTENSITY_SIZE</code>.
                </p></dd><dt><span class="term"><em class="parameter"><code>params</code></em></span></dt><dd><p>
                    A pointer to an array where the values of the parameter will be stored.
                </p></dd></dl></div></div><div class="refsect1" lang="en" xml:lang="en"><a id="description"></a><h2>Description</h2><p>
            Returns parameters specific to color table <em class="parameter"><code>target</code></em>.
        </p><p>
            When <em class="parameter"><code>pname</code></em> is set to <code class="constant">GL_COLOR_TABLE_SCALE</code> or
            <code class="constant">GL_COLOR_TABLE_BIAS</code>, <code class="function">glGetColorTableParameter</code> returns the color
            table scale or bias parameters for the table specified by <em class="parameter"><code>target</code></em>.
            For these queries, <em class="parameter"><code>target</code></em> must be set to
            <code class="constant">GL_COLOR_TABLE</code>,
            <code class="constant">GL_POST_CONVOLUTION_COLOR_TABLE</code>,
            or <code class="constant">GL_POST_COLOR_MATRIX_COLOR_TABLE</code> and
            <em class="parameter"><code>params</code></em> points to an array of four elements, which receive
            the scale or bias factors for red, green, blue, and alpha, in that order.
        </p><p>
            <code class="function">glGetColorTableParameter</code> can also be used to retrieve the format and size parameters
            for a color table. For these queries, set <em class="parameter"><code>target</code></em> to either the
            color table target or the proxy color table target.
            The format and size parameters are set by <a class="citerefentry" href="glColorTable.xml"><span class="citerefentry"><span class="refentrytitle">glColorTable</span></span></a>.
        </p><p>
            The following table lists the format and size parameters that may
            be queried.
            For each symbolic constant listed below for <em class="parameter"><code>pname</code></em>,
            <em class="parameter"><code>params</code></em> must point to an array of the
            given length and receive the values indicated.
        </p><p>
        </p><div class="informaltable"><table border="1"><colgroup><col align="left" /><col align="center" /><col align="left" /></colgroup><thead><tr><th align="left"><span class="bold"><strong>
                        Parameter
                        </strong></span></th><th align="center"><span class="bold"><strong>
                        N
                        </strong></span></th><th align="left"><span class="bold"><strong>
                        Meaning
                        </strong></span></th></tr></thead><tbody><tr><td align="left">
                        <code class="constant">GL_COLOR_TABLE_FORMAT</code>
                        </td><td align="center">
                        1
                        </td><td align="left">
                        Internal format (e.g., <code class="constant">GL_RGBA</code>)
                        </td></tr><tr><td align="left">
                        <code class="constant">GL_COLOR_TABLE_WIDTH</code>
                        </td><td align="center">
                        1
                        </td><td align="left">
                        Number of elements in table
                        </td></tr><tr><td align="left">
                        <code class="constant">GL_COLOR_TABLE_RED_SIZE</code>
                        </td><td align="center">
                        1
                        </td><td align="left">
                        Size of red component, in bits
                        </td></tr><tr><td align="left">
                        <code class="constant">GL_COLOR_TABLE_GREEN_SIZE</code>
                        </td><td align="center">
                        1
                        </td><td align="left">
                        Size of green component
                        </td></tr><tr><td align="left">
                        <code class="constant">GL_COLOR_TABLE_BLUE_SIZE</code>
                        </td><td align="center">
                        1
                        </td><td align="left">
                        Size of blue component
                        </td></tr><tr><td align="left">
                        <code class="constant">GL_COLOR_TABLE_ALPHA_SIZE</code>
                        </td><td align="center">
                        1
                        </td><td align="left">
                        Size of alpha component
                        </td></tr><tr><td align="left">
                        <code class="constant">GL_COLOR_TABLE_LUMINANCE_SIZE</code>
                        </td><td align="center">
                        1
                        </td><td align="left">
                        Size of luminance component
                        </td></tr><tr><td align="left">
                        <code class="constant">GL_COLOR_TABLE_INTENSITY_SIZE</code>
                        </td><td align="center">
                        1
                        </td><td align="left">
                        Size of intensity component
                        </td></tr></tbody></table></div><p>
        </p></div><div class="refsect1" lang="en" xml:lang="en"><a id="notes"></a><h2>Notes</h2><p>
            <code class="function">glGetColorTableParameter</code> is present only if <code class="code">ARB_imaging</code> is returned when <a class="citerefentry" href="glGetString.xml"><span class="citerefentry"><span class="refentrytitle">glGetString</span></span></a>
            is called with an argument of <code class="constant">GL_EXTENSIONS</code>.
        </p></div><div class="refsect1" lang="en" xml:lang="en"><a id="errors"></a><h2>Errors</h2><p>
            <code class="constant">GL_INVALID_ENUM</code> is generated if <em class="parameter"><code>target</code></em> or <em class="parameter"><code>pname</code></em> is not
            an acceptable value.
        </p><p>
            <code class="constant">GL_INVALID_OPERATION</code> is generated if <code class="function">glGetColorTableParameter</code> is executed
            between the execution of <a class="citerefentry" href="glBegin.xml"><span class="citerefentry"><span class="refentrytitle">glBegin</span></span></a> and the corresponding
            execution of <a class="citerefentry" href="glEnd.xml"><span class="citerefentry"><span class="refentrytitle">glEnd</span></span></a>.
        </p></div><div class="refsect1" lang="en" xml:lang="en"><a id="seealso"></a><h2>See Also</h2><p>
            <a class="citerefentry" href="glColorTable.xml"><span class="citerefentry"><span class="refentrytitle">glColorTable</span></span></a>,
            <a class="citerefentry" href="glTexParameter.xml"><span class="citerefentry"><span class="refentrytitle">glTexParameter</span></span></a>,
            <a class="citerefentry" href="glColorTableParameter.xml"><span class="citerefentry"><span class="refentrytitle">glColorTableParameter</span></span></a>
        </p></div><div class="refsect1" lang="en" xml:lang="en"><a id="Copyright"></a><h2>Copyright</h2><p>
            Copyright <span class="trademark"></span>© 1991-2006
            Silicon Graphics, Inc. This document is licensed under the SGI
            Free Software B License. For details, see
            <a class="ulink" href="http://oss.sgi.com/projects/FreeB/" target="_top">http://oss.sgi.com/projects/FreeB/</a>.
        </p></div></div></body></html>
