~ubuntu-branches/ubuntu/quantal/gtkmm3.0/quantal

« back to all changes in this revision

Viewing changes to docs/reference/html/classGdk_1_1RGBA.html

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-03-01 23:42:36 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120301234236-12w6m0hkomhi7h53
Tags: 3.3.16-0ubuntu1
* New upstream version
* debian/control.in: updated the glib requirement

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 <tbody>
15
15
 <tr style="height: 56px;">
16
16
  <td style="padding-left: 0.5em;">
17
 
   <div id="projectname">gtkmm&#160;<span id="projectnumber">3.3.14</span></div>
 
17
   <div id="projectname">gtkmm&#160;<span id="projectnumber">3.3.16</span></div>
18
18
  </td>
19
19
 </tr>
20
20
 </tbody>
481
481
<div class="memdoc">
482
482
 
483
483
<p>Parses a textual representation of a color, filling in the &lt;structfield&gt;red&lt;/structfield&gt;, &lt;structfield&gt;green&lt;/structfield&gt;, &lt;structfield&gt;blue&lt;/structfield&gt; and &lt;structfield&gt;alpha&lt;/structfield&gt; fields of the <em>rgba</em> struct. </p>
484
 
<p>The string can be either one of: &lt;itemizedlist&gt; &lt;listitem&gt; A standard name (Taken from the X11 rgb.txt file). &lt;/listitem&gt; &lt;listitem&gt; A hex value in the form '#rgb' '#rrggbb' '#rrrgggbbb' or '#rrrrggggbbbb' &lt;/listitem&gt; &lt;listitem&gt; A RGB color in the form 'rgb(r,g,b)' (In this case the color will have full opacity) &lt;/listitem&gt; &lt;listitem&gt; A <a class="el" href="classGdk_1_1RGBA.html" title="An RGBA Color.">RGBA</a> color in the form 'rgba(r,g,b,a)' &lt;/listitem&gt; &lt;/itemizedlist&gt;</p>
 
484
<p>The string can be either one of:</p>
 
485
<ul>
 
486
<li>A standard name (Taken from the X11 rgb.txt file).</li>
 
487
</ul>
 
488
<ul>
 
489
<li>A hex value in the form '#rgb' '#rrggbb' '#rrrgggbbb' or '#rrrrggggbbbb'</li>
 
490
</ul>
 
491
<ul>
 
492
<li>A RGB color in the form 'rgb(r,g,b)' (In this case the color will have full opacity)</li>
 
493
</ul>
 
494
<ul>
 
495
<li>A <a class="el" href="classGdk_1_1RGBA.html" title="An RGBA Color.">RGBA</a> color in the form 'rgba(r,g,b,a)'</li>
 
496
</ul>
485
497
<p>Where 'r', 'g', 'b' and 'a' are respectively the red, green, blue and alpha color values. In the last two cases, r g and b are either integers in the range 0 to 255 or precentage values in the range 0% to 100%, and a is a floating point value in the range 0 to 1.</p>
486
498
<dl class="since_3_0"><dt><b><a class="el" href="since_3_0.html#_since_3_0000029">Since gtkmm 3.0:</a></b></dt><dd></dd></dl>
487
499
<dl><dt><b>Parameters:</b></dt><dd>
1121
1133
<li>gdkmm/rgba.h</li>
1122
1134
</ul>
1123
1135
</div>
1124
 
<hr class="footer"/><address class="footer"><small>Generated on Tue Feb 7 2012 10:44:06 for gtkmm by&#160;
 
1136
<hr class="footer"/><address class="footer"><small>Generated on Tue Feb 28 2012 10:01:52 for gtkmm by&#160;
1125
1137
<a href="http://www.doxygen.org/index.html">
1126
1138
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
1127
1139
</body>