Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 7392c77c84ff25edfeb07995a77d5148 > files > 358

steghide-0.5.1-11mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>steghide: ColorPalette Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>ColorPalette Class Reference</h1><!-- doxytag: class="ColorPalette" -->a color palette  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="ColorPalette_8h_source.html">ColorPalette.h</a>&gt;</code>
<p>

<p>
<a href="classColorPalette-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classColorPalette.html#3a29895504753e5cf45ed5ab4ec39fa0">getSize</a> (void) const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classColorPalette.html#1aee942b853cb4dedc2f2b57bb82542b">addEntry</a> (<a class="el" href="classRGBTriple.html">RGBTriple</a> rgb)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classColorPalette.html#bc424ad9e51c0c35b252f17e339de0ff">addEntry</a> (<a class="el" href="common_8h.html#4ae1dab0fb4b072a66584546209e7d58">BYTE</a> r, <a class="el" href="common_8h.html#4ae1dab0fb4b072a66584546209e7d58">BYTE</a> g, <a class="el" href="common_8h.html#4ae1dab0fb4b072a66584546209e7d58">BYTE</a> b)</td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
This class is essentially a vector&lt;RGBTriple&gt; with some wrappers for exisiting methods. <hr><h2>Member Function Documentation</h2>
<a class="anchor" name="bc424ad9e51c0c35b252f17e339de0ff"></a><!-- doxytag: member="ColorPalette::addEntry" ref="bc424ad9e51c0c35b252f17e339de0ff" args="(BYTE r, BYTE g, BYTE b)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ColorPalette::addEntry           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="common_8h.html#4ae1dab0fb4b072a66584546209e7d58">BYTE</a>&nbsp;</td>
          <td class="paramname"> <em>r</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="common_8h.html#4ae1dab0fb4b072a66584546209e7d58">BYTE</a>&nbsp;</td>
          <td class="paramname"> <em>g</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="common_8h.html#4ae1dab0fb4b072a66584546209e7d58">BYTE</a>&nbsp;</td>
          <td class="paramname"> <em>b</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
add the color r/g/b to the end of this color palette 
</div>
</div><p>
<a class="anchor" name="1aee942b853cb4dedc2f2b57bb82542b"></a><!-- doxytag: member="ColorPalette::addEntry" ref="1aee942b853cb4dedc2f2b57bb82542b" args="(RGBTriple rgb)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ColorPalette::addEntry           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classRGBTriple.html">RGBTriple</a>&nbsp;</td>
          <td class="paramname"> <em>rgb</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
add (a copy of) rgb to the end of this color palette 
</div>
</div><p>
<a class="anchor" name="3a29895504753e5cf45ed5ab4ec39fa0"></a><!-- doxytag: member="ColorPalette::getSize" ref="3a29895504753e5cf45ed5ab4ec39fa0" args="(void) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned int ColorPalette::getSize           </td>
          <td>(</td>
          <td class="paramtype">void&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
get the size, i.e. the number of entries of this color palette 
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="ColorPalette_8h_source.html">ColorPalette.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Aug 17 10:58:31 2009 for steghide by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>