Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > c87dfbd6f7f653536d7b07ed7038c9d8 > files > 204

clanlib0.8-docs-0.8.1-6.mga1.i586.rpm


<!-- clanlib header begin -->
<HTML>
<HEAD>
<TITLE>CL_Color - ClanLib Game SDK</TITLE>
<STYLE TYPE="text/css"><!--
HTML BODY
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
}
H1 { font-size: 22px; }
H2 { font-size: 18px; }
H3 { font-size: 16px; }
H4 { font-size: 14px; }
P { font-size: 12px; }
LI { font-size: 12px; }
--></STYLE>
</HEAD>

<body bgcolor=white text=black link=blue vlink=#800080>

<center>
<img src="http://clanlib.org/gfx/clanlib.png">
</center>
<!-- clanlib header end -->

<center>
<p>
<a href="http://clanlib.org/docs.html">Home</a> |
<a href="classes.html">All Classes</a> |
<a href="modules.html">Grouped Classes</a> |
<a href="index.html">Index</a> |
<a href="search.html">Search</a>
</p>
</center>
<h1>Class CL_Color</h1>
<p>  Color description class. <a href="#description">More...</a></p>
<p>Derived from:
<i>none</i>
<br>
Derived by:
<i>none</i>
<br>Group: Display (Display 2D)</p>
<p>
#include &lt;ClanLib/display.h&gt;
<p>
<table border=0 width=100%>
</table>
<p><b>Construction:</b></p>
<table border=0 width=100%>
<tr><td width=30% valign=top><p><a href="CL_Color__CL_Color.html">CL_Color</a></p></td><td valign=top><p>  Constructs a color.</p></td></tr></table>
<p><b>Attributes:</b></p>
<table border=0 width=100%>
<tr><td width=30% valign=top><p><a href="CL_Color__get_alpha.html">get_alpha</a></p></td><td valign=top><p>  Returns the alpha color component, in the range 0-255.</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__get_red.html">get_red</a></p></td><td valign=top><p>  Returns the red color component, in the range 0-255.</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__get_green.html">get_green</a></p></td><td valign=top><p>  Returns the green color component, in the range 0-255.</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__get_blue.html">get_blue</a></p></td><td valign=top><p>  Returns the blue color component, in the range 0-255.</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__color.html">color</a></p></td><td valign=top><p>  Color in ARGB8888 format.</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__operator ==.html">operator ==</a></p></td><td valign=top><p>  Color == Color operator (deep compare)</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__operator !=.html">operator !=</a></p></td><td valign=top><p>  Color != Color operator (deep compare)</p></td></tr></table>
<p><b>Statics:</b></p>
<table border=0 width=100%>
<tr><td width=30% valign=top><p><a href="CL_Color__aliceblue.html">aliceblue</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/aliceblue-chip.png" width=16 height=16 /> rgb(240, 248, 255).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__antiquewhite.html">antiquewhite</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/antiquewhite-chip.png" width=16 height=16 /> rgb(250, 235, 215).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__aqua.html">aqua</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/aqua-chip.png" width=16 height=16 /> rgb( 0, 255, 255).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__aquamarine.html">aquamarine</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/aquamarine-chip.png" width=16 height=16 /> rgb(127, 255, 212).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__azure.html">azure</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/azure-chip.png" width=16 height=16 /> rgb(240, 255, 255).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__beige.html">beige</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/beige-chip.png" width=16 height=16 /> rgb(245, 245, 220).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__bisque.html">bisque</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/bisque-chip.png" width=16 height=16 /> rgb(255, 228, 196).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__black.html">black</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/black-chip.png" width=16 height=16 /> rgb( 0, 0, 0).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__blanchedalmond.html">blanchedalmond</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/blanchedalmond-chip.png" width=16 height=16 /> rgb(255, 235, 205).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__blue.html">blue</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/blue-chip.png" width=16 height=16 /> rgb( 0, 0, 255).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__blueviolet.html">blueviolet</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/blueviolet-chip.png" width=16 height=16 /> rgb(138, 43, 226).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__brown.html">brown</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/brown-chip.png" width=16 height=16 /> rgb(165, 42, 42).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__burlywood.html">burlywood</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/burlywood-chip.png" width=16 height=16 /> rgb(222, 184, 135).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__cadetblue.html">cadetblue</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/cadetblue-chip.png" width=16 height=16 /> rgb( 95, 158, 160).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__chartreuse.html">chartreuse</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/chartreuse-chip.png" width=16 height=16 /> rgb(127, 255, 0).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__chocolate.html">chocolate</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/chocolate-chip.png" width=16 height=16 /> rgb(210, 105, 30).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__coral.html">coral</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/coral-chip.png" width=16 height=16 /> rgb(255, 127, 80).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__cornflowerblue.html">cornflowerblue</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/cornflowerblue-chip.png" width=16 height=16 /> rgb(100, 149, 237).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__cornsilk.html">cornsilk</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/cornsilk-chip.png" width=16 height=16 /> rgb(255, 248, 220).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__crimson.html">crimson</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/crimson-chip.png" width=16 height=16 /> rgb(220, 20, 60).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__cyan.html">cyan</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/cyan-chip.png" width=16 height=16 /> rgb( 0, 255, 255).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__darkblue.html">darkblue</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/darkblue-chip.png" width=16 height=16 /> rgb( 0, 0, 139).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__darkcyan.html">darkcyan</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/darkcyan-chip.png" width=16 height=16 /> rgb( 0, 139, 139).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__darkgoldenrod.html">darkgoldenrod</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/darkgoldenrod-chip.png" width=16 height=16 /> rgb(184, 134, 11).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__darkgray.html">darkgray</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/darkgray-chip.png" width=16 height=16 /> rgb(169, 169, 169).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__darkgreen.html">darkgreen</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/darkgreen-chip.png" width=16 height=16 /> rgb( 0, 100, 0).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__darkgrey.html">darkgrey</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/darkgrey-chip.png" width=16 height=16 /> rgb(169, 169, 169).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__darkkhaki.html">darkkhaki</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/darkkhaki-chip.png" width=16 height=16 /> rgb(189, 183, 107).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__darkmagenta.html">darkmagenta</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/darkmagenta-chip.png" width=16 height=16 /> rgb(139, 0, 139).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__darkolivegreen.html">darkolivegreen</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/darkolivegreen-chip.png" width=16 height=16 /> rgb( 85, 107, 47).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__darkorange.html">darkorange</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/darkorange-chip.png" width=16 height=16 /> rgb(255, 140, 0).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__darkorchid.html">darkorchid</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/darkorchid-chip.png" width=16 height=16 /> rgb(153, 50, 204).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__darkred.html">darkred</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/darkred-chip.png" width=16 height=16 /> rgb(139, 0, 0).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__darksalmon.html">darksalmon</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/darksalmon-chip.png" width=16 height=16 /> rgb(233, 150, 122).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__darkseagreen.html">darkseagreen</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/darkseagreen-chip.png" width=16 height=16 /> rgb(143, 188, 143).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__darkslateblue.html">darkslateblue</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/darkslateblue-chip.png" width=16 height=16 /> rgb( 72, 61, 139).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__darkslategray.html">darkslategray</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/darkslategray-chip.png" width=16 height=16 /> rgb( 47, 79, 79).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__darkslategrey.html">darkslategrey</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/darkslategrey-chip.png" width=16 height=16 /> rgb( 47, 79, 79).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__darkturquoise.html">darkturquoise</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/darkturquoise-chip.png" width=16 height=16 /> rgb( 0, 206, 209).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__darkviolet.html">darkviolet</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/darkviolet-chip.png" width=16 height=16 /> rgb(148, 0, 211).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__deeppink.html">deeppink</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/deeppink-chip.png" width=16 height=16 /> rgb(255, 20, 147).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__deepskyblue.html">deepskyblue</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/deepskyblue-chip.png" width=16 height=16 /> rgb( 0, 191, 255).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__dimgray.html">dimgray</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/dimgray-chip.png" width=16 height=16 /> rgb(105, 105, 105).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__dimgrey.html">dimgrey</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/dimgrey-chip.png" width=16 height=16 /> rgb(105, 105, 105).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__dodgerblue.html">dodgerblue</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/dodgerblue-chip.png" width=16 height=16 /> rgb( 30, 144, 255).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__firebrick.html">firebrick</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/firebrick-chip.png" width=16 height=16 /> rgb(178, 34, 34).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__floralwhite.html">floralwhite</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/floralwhite-chip.png" width=16 height=16 /> rgb(255, 250, 240).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__forestgreen.html">forestgreen</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/forestgreen-chip.png" width=16 height=16 /> rgb( 34, 139, 34).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__fuchsia.html">fuchsia</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/fuchsia-chip.png" width=16 height=16 /> rgb(255, 0, 255).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__gainsboro.html">gainsboro</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/gainsboro-chip.png" width=16 height=16 /> rgb(220, 220, 220).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__ghostwhite.html">ghostwhite</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/ghostwhite-chip.png" width=16 height=16 /> rgb(248, 248, 255).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__gold.html">gold</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/gold-chip.png" width=16 height=16 /> rgb(255, 215, 0).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__goldenrod.html">goldenrod</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/goldenrod-chip.png" width=16 height=16 /> rgb(218, 165, 32).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__gray.html">gray</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/gray-chip.png" width=16 height=16 /> rgb(128, 128, 128).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__grey.html">grey</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/grey-chip.png" width=16 height=16 /> rgb(128, 128, 128).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__green.html">green</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/green-chip.png" width=16 height=16 /> rgb( 0, 128, 0).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__greenyellow.html">greenyellow</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/greenyellow-chip.png" width=16 height=16 /> rgb(173, 255, 47).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__honeydew.html">honeydew</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/honeydew-chip.png" width=16 height=16 /> rgb(240, 255, 240).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__hotpink.html">hotpink</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/hotpink-chip.png" width=16 height=16 /> rgb(255, 105, 180).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__indianred.html">indianred</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/indianred-chip.png" width=16 height=16 /> rgb(205, 92, 92).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__indigo.html">indigo</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/indigo-chip.png" width=16 height=16 /> rgb( 75, 0, 130).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__ivory.html">ivory</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/ivory-chip.png" width=16 height=16 /> rgb(255, 255, 240).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__khaki.html">khaki</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/khaki-chip.png" width=16 height=16 /> rgb(240, 230, 140).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__lavender.html">lavender</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/lavender-chip.png" width=16 height=16 /> rgb(230, 230, 250).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__lavenderblush.html">lavenderblush</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/lavenderblush-chip.png" width=16 height=16 /> rgb(255, 240, 245).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__lawngreen.html">lawngreen</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/lawngreen-chip.png" width=16 height=16 /> rgb(124, 252, 0).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__lemonchiffon.html">lemonchiffon</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/lemonchiffon-chip.png" width=16 height=16 /> rgb(255, 250, 205).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__lightblue.html">lightblue</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/lightblue-chip.png" width=16 height=16 /> rgb(173, 216, 230).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__lightcoral.html">lightcoral</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/lightcoral-chip.png" width=16 height=16 /> rgb(240, 128, 128).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__lightcyan.html">lightcyan</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/lightcyan-chip.png" width=16 height=16 /> rgb(224, 255, 255).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__lightgoldenrodyellow.html">lightgoldenrodyellow</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/lightgoldenrodyellow-chip.png" width=16 height=16 /> rgb(250, 250, 210).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__lightgray.html">lightgray</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/lightgray-chip.png" width=16 height=16 /> rgb(211, 211, 211).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__lightgreen.html">lightgreen</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/lightgreen-chip.png" width=16 height=16 /> rgb(144, 238, 144).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__lightgrey.html">lightgrey</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/lightgrey-chip.png" width=16 height=16 /> rgb(211, 211, 211).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__lightpink.html">lightpink</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/lightpink-chip.png" width=16 height=16 /> rgb(255, 182, 193).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__lightsalmon.html">lightsalmon</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/lightsalmon-chip.png" width=16 height=16 /> rgb(255, 160, 122).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__lightseagreen.html">lightseagreen</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/lightseagreen-chip.png" width=16 height=16 /> rgb( 32, 178, 170).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__lightskyblue.html">lightskyblue</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/lightskyblue-chip.png" width=16 height=16 /> rgb(135, 206, 250).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__lightslategray.html">lightslategray</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/lightslategray-chip.png" width=16 height=16 /> rgb(119, 136, 153).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__lightslategrey.html">lightslategrey</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/lightslategrey-chip.png" width=16 height=16 /> rgb(119, 136, 153).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__lightsteelblue.html">lightsteelblue</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/lightsteelblue-chip.png" width=16 height=16 /> rgb(176, 196, 222).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__lightyellow.html">lightyellow</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/lightyellow-chip.png" width=16 height=16 /> rgb(255, 255, 224).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__lime.html">lime</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/lime-chip.png" width=16 height=16 /> rgb( 0, 255, 0).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__limegreen.html">limegreen</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/limegreen-chip.png" width=16 height=16 /> rgb( 50, 205, 50).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__linen.html">linen</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/linen-chip.png" width=16 height=16 /> rgb(250, 240, 230).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__magenta.html">magenta</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/magenta-chip.png" width=16 height=16 /> rgb(255, 0, 255).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__maroon.html">maroon</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/maroon-chip.png" width=16 height=16 /> rgb(128, 0, 0).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__mediumaquamarine.html">mediumaquamarine</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/mediumaquamarine-chip.png" width=16 height=16 /> rgb(102, 205, 170).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__mediumblue.html">mediumblue</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/mediumblue-chip.png" width=16 height=16 /> rgb( 0, 0, 205).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__mediumorchid.html">mediumorchid</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/mediumorchid-chip.png" width=16 height=16 /> rgb(186, 85, 211).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__mediumpurple.html">mediumpurple</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/mediumpurple-chip.png" width=16 height=16 /> rgb(147, 112, 219).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__mediumseagreen.html">mediumseagreen</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/mediumseagreen-chip.png" width=16 height=16 /> rgb( 60, 179, 113).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__mediumslateblue.html">mediumslateblue</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/mediumslateblue-chip.png" width=16 height=16 /> rgb(123, 104, 238).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__mediumspringgreen.html">mediumspringgreen</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/mediumspringgreen-chip.png" width=16 height=16 /> rgb( 0, 250, 154).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__mediumturquoise.html">mediumturquoise</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/mediumturquoise-chip.png" width=16 height=16 /> rgb( 72, 209, 204).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__mediumvioletred.html">mediumvioletred</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/mediumvioletred-chip.png" width=16 height=16 /> rgb(199, 21, 133).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__midnightblue.html">midnightblue</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/midnightblue-chip.png" width=16 height=16 /> rgb( 25, 25, 112).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__mintcream.html">mintcream</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/mintcream-chip.png" width=16 height=16 /> rgb(245, 255, 250).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__mistyrose.html">mistyrose</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/mistyrose-chip.png" width=16 height=16 /> rgb(255, 228, 225).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__moccasin.html">moccasin</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/moccasin-chip.png" width=16 height=16 /> rgb(255, 228, 181).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__navajowhite.html">navajowhite</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/navajowhite-chip.png" width=16 height=16 /> rgb(255, 222, 173).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__navy.html">navy</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/navy-chip.png" width=16 height=16 /> rgb( 0, 0, 128).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__oldlace.html">oldlace</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/oldlace-chip.png" width=16 height=16 /> rgb(253, 245, 230).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__olive.html">olive</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/olive-chip.png" width=16 height=16 /> rgb(128, 128, 0).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__olivedrab.html">olivedrab</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/olivedrab-chip.png" width=16 height=16 /> rgb(107, 142, 35).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__orange.html">orange</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/orange-chip.png" width=16 height=16 /> rgb(255, 165, 0).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__orangered.html">orangered</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/orangered-chip.png" width=16 height=16 /> rgb(255, 69, 0).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__orchid.html">orchid</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/orchid-chip.png" width=16 height=16 /> rgb(218, 112, 214).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__palegoldenrod.html">palegoldenrod</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/palegoldenrod-chip.png" width=16 height=16 /> rgb(238, 232, 170).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__palegreen.html">palegreen</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/palegreen-chip.png" width=16 height=16 /> rgb(152, 251, 152).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__paleturquoise.html">paleturquoise</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/paleturquoise-chip.png" width=16 height=16 /> rgb(175, 238, 238).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__palevioletred.html">palevioletred</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/palevioletred-chip.png" width=16 height=16 /> rgb(219, 112, 147).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__papayawhip.html">papayawhip</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/papayawhip-chip.png" width=16 height=16 /> rgb(255, 239, 213).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__peachpuff.html">peachpuff</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/peachpuff-chip.png" width=16 height=16 /> rgb(255, 218, 185).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__peru.html">peru</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/peru-chip.png" width=16 height=16 /> rgb(205, 133, 63).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__pink.html">pink</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/pink-chip.png" width=16 height=16 /> rgb(255, 192, 203).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__plum.html">plum</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/plum-chip.png" width=16 height=16 /> rgb(221, 160, 221).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__powderblue.html">powderblue</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/powderblue-chip.png" width=16 height=16 /> rgb(176, 224, 230).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__purple.html">purple</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/purple-chip.png" width=16 height=16 /> rgb(128, 0, 128).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__red.html">red</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/red-chip.png" width=16 height=16 /> rgb(255, 0, 0).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__rosybrown.html">rosybrown</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/rosybrown-chip.png" width=16 height=16 /> rgb(188, 143, 143).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__royalblue.html">royalblue</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/royalblue-chip.png" width=16 height=16 /> rgb( 65, 105, 225).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__saddlebrown.html">saddlebrown</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/saddlebrown-chip.png" width=16 height=16 /> rgb(139, 69, 19).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__salmon.html">salmon</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/salmon-chip.png" width=16 height=16 /> rgb(250, 128, 114).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__sandybrown.html">sandybrown</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/sandybrown-chip.png" width=16 height=16 /> rgb(244, 164, 96).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__seagreen.html">seagreen</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/seagreen-chip.png" width=16 height=16 /> rgb( 46, 139, 87).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__seashell.html">seashell</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/seashell-chip.png" width=16 height=16 /> rgb(255, 245, 238).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__sienna.html">sienna</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/sienna-chip.png" width=16 height=16 /> rgb(160, 82, 45).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__silver.html">silver</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/silver-chip.png" width=16 height=16 /> rgb(192, 192, 192).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__skyblue.html">skyblue</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/skyblue-chip.png" width=16 height=16 /> rgb(135, 206, 235).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__slateblue.html">slateblue</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/slateblue-chip.png" width=16 height=16 /> rgb(106, 90, 205).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__slategray.html">slategray</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/slategray-chip.png" width=16 height=16 /> rgb(112, 128, 144).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__slategrey.html">slategrey</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/slategrey-chip.png" width=16 height=16 /> rgb(112, 128, 144).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__snow.html">snow</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/snow-chip.png" width=16 height=16 /> rgb(255, 250, 250).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__springgreen.html">springgreen</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/springgreen-chip.png" width=16 height=16 /> rgb( 0, 255, 127).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__steelblue.html">steelblue</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/steelblue-chip.png" width=16 height=16 /> rgb( 70, 130, 180).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__tan.html">tan</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/tan-chip.png" width=16 height=16 /> rgb(210, 180, 140).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__teal.html">teal</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/teal-chip.png" width=16 height=16 /> rgb( 0, 128, 128).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__thistle.html">thistle</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/thistle-chip.png" width=16 height=16 /> rgb(216, 191, 216).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__tomato.html">tomato</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/tomato-chip.png" width=16 height=16 /> rgb(255, 99, 71).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__turquoise.html">turquoise</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/turquoise-chip.png" width=16 height=16 /> rgb( 64, 224, 208).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__violet.html">violet</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/violet-chip.png" width=16 height=16 /> rgb(238, 130, 238).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__wheat.html">wheat</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/wheat-chip.png" width=16 height=16 /> rgb(245, 222, 179).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__white.html">white</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/white-chip.png" width=16 height=16 /> rgb(255, 255, 255).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__whitesmoke.html">whitesmoke</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/whitesmoke-chip.png" width=16 height=16 /> rgb(245, 245, 245).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__yellow.html">yellow</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/yellow-chip.png" width=16 height=16 /> rgb(255, 255, 0).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__yellowgreen.html">yellowgreen</a> <i>static</i></p></td><td valign=top><p>  <img src="../images/yellowgreen-chip.png" width=16 height=16 /> rgb(154, 205, 50).</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__find_color.html">find_color</a></p></td><td valign=top><p>  Find and returns the static color matching a string.</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__get_names.html">get_names</a></p></td><td valign=top><p>  Returns the names of static colors defined.</p></td></tr></table>
<p><b>Operations:</b></p>
<table border=0 width=100%>
<tr><td width=30% valign=top><p><a href="CL_Color__set_alpha.html">set_alpha</a></p></td><td valign=top><p>  Set alpha color component, in the range 0-255.</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__set_red.html">set_red</a></p></td><td valign=top><p>  Set red color component, in the range 0-255.</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__set_green.html">set_green</a></p></td><td valign=top><p>  Set green color component, in the range 0-255.</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__set_blue.html">set_blue</a></p></td><td valign=top><p>  Set blue color component, in the range 0-255.</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__set_color.html">set_color</a></p></td><td valign=top><p>  Set color based on rgba color components in the range 0-255.</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__to_pixelformat.html">to_pixelformat</a></p></td><td valign=top><p>  Converts the color to a given pixel format.</p></td></tr><tr><td width=30% valign=top><p><a href="CL_Color__from_pixelformat.html">from_pixelformat</a></p></td><td valign=top><p>  Converts a raw pixel in a given pixel format to a color.</p></td></tr></table>
<a name="#description"><p><b>Detailed description:</b></p>
  !group=Display/Display 2D!
  !header=display.h!


<!-- clanlib footer begin -->

<center><br><br><font color="#a0a0a0">
Questions or comments, write to the <a href="http://clanlib.org/contact.html">ClanLib mailing list</a>.
</font></center>

</body>
</html>
<!-- clanlib footer end -->