<!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>glGetHistogramParameter</title><meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /></head><body><div class="refentry" lang="en" xml:lang="en"><a id="glGetHistogramParameter"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>glGetHistogramParameter — get histogram 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">glGetHistogramParameterfv</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">glGetHistogramParameteriv</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>
                    Must be one of
                    <code class="constant">GL_HISTOGRAM</code> or
                    <code class="constant">GL_PROXY_HISTOGRAM</code>.
                </p></dd><dt><span class="term"><em class="parameter"><code>pname</code></em></span></dt><dd><p>
                    The name of the parameter to be retrieved.
                    Must be one of
                    <code class="constant">GL_HISTOGRAM_WIDTH</code>,
                    <code class="constant">GL_HISTOGRAM_FORMAT</code>,
                    <code class="constant">GL_HISTOGRAM_RED_SIZE</code>,
                    <code class="constant">GL_HISTOGRAM_GREEN_SIZE</code>,
                    <code class="constant">GL_HISTOGRAM_BLUE_SIZE</code>,
                    <code class="constant">GL_HISTOGRAM_ALPHA_SIZE</code>,
                    <code class="constant">GL_HISTOGRAM_LUMINANCE_SIZE</code>, or
                    <code class="constant">GL_HISTOGRAM_SINK</code>.
                </p></dd><dt><span class="term"><em class="parameter"><code>params</code></em></span></dt><dd><p>
                    Pointer to storage for the returned values.
                </p></dd></dl></div></div><div class="refsect1" lang="en" xml:lang="en"><a id="description"></a><h2>Description</h2><p>
            <code class="function">glGetHistogramParameter</code> is used to query parameter values for the current histogram or for
            a proxy.  The histogram state information may be queried by calling
            <code class="function">glGetHistogramParameter</code> with a <em class="parameter"><code>target</code></em> of <code class="constant">GL_HISTOGRAM</code> (to
            obtain information for the current histogram table) or
            <code class="constant">GL_PROXY_HISTOGRAM</code> (to obtain information from the most recent
            proxy request) and one of the following values for the <em class="parameter"><code>pname</code></em> argument:
        </p><p>
        </p><div class="informaltable"><table border="1"><colgroup><col align="left" /><col align="left" /></colgroup><thead><tr><th align="left"><span class="bold"><strong>
                        Parameter
                        </strong></span></th><th align="left"><span class="bold"><strong>
                        Description
                        </strong></span></th></tr></thead><tbody><tr><td align="left">
                        <code class="constant">GL_HISTOGRAM_WIDTH</code>
                        </td><td align="left">
                        Histogram table width
                        </td></tr><tr><td align="left">
                        <code class="constant">GL_HISTOGRAM_FORMAT</code>
                        </td><td align="left">
                        Internal format
                        </td></tr><tr><td align="left">
                        <code class="constant">GL_HISTOGRAM_RED_SIZE</code>
                        </td><td align="left">
                        Red component counter size, in bits
                        </td></tr><tr><td align="left">
                        <code class="constant">GL_HISTOGRAM_GREEN_SIZE</code>
                        </td><td align="left">
                        Green component counter size, in bits
                        </td></tr><tr><td align="left">
                        <code class="constant">GL_HISTOGRAM_BLUE_SIZE</code>
                        </td><td align="left">
                        Blue component counter size, in bits
                        </td></tr><tr><td align="left">
                        <code class="constant">GL_HISTOGRAM_ALPHA_SIZE</code>
                        </td><td align="left">
                        Alpha component counter size, in bits
                        </td></tr><tr><td align="left">
                        <code class="constant">GL_HISTOGRAM_LUMINANCE_SIZE</code>
                        </td><td align="left">
                        Luminance component counter size, in bits
                        </td></tr><tr><td align="left">
                        <code class="constant">GL_HISTOGRAM_SINK</code>
                        </td><td align="left">
                        Value of the <span class="emphasis"><em>sink</em></span> parameter
                        </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">glGetHistogramParameter</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> is not one of the allowable
            values.
        </p><p>
            <code class="constant">GL_INVALID_ENUM</code> is generated if <em class="parameter"><code>pname</code></em> is not one of the allowable
            values.
        </p><p>
            <code class="constant">GL_INVALID_OPERATION</code> is generated if <code class="function">glGetHistogramParameter</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="glGetHistogram.xml"><span class="citerefentry"><span class="refentrytitle">glGetHistogram</span></span></a>,
            <a class="citerefentry" href="glHistogram.xml"><span class="citerefentry"><span class="refentrytitle">glHistogram</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>
