blob: a5074e769770444c0fe6c8613016637b47ea4712 [file] [log] [blame]
<!-- Copyright 2008 Lubomir Bourdev and Hailin Jin
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
-->
<!--
Copyright 2005-2007 Adobe Systems Incorporated
Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
or a copy at http://stlab.adobe.com/licenses.html)
Some files are held under additional license.
Please see "http://stlab.adobe.com/licenses.html" for more information.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<TITLE>Generic Image Library: Color Spaces</TITLE>
<META HTTP-EQUIV="content-type" CONTENT="text/html;charset=ISO-8859-1"/>
<LINK TYPE="text/css" REL="stylesheet" HREF="adobe_source.css"/>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" style='width: 100%; margin: 0; padding: 0'><tr>
<td width="100%" valign="top" style='padding-left: 10px; padding-right: 10px; padding-bottom: 10px'>
<div class="qindex"><a class="qindex" href="index.html">Modules</a>
| <a class="qindex" href="classes.html">Alphabetical List</a>
| <a class="qindex" href="annotated.html">Class List</a>
| <a class="qindex" href="dirs.html">Directories</a>
| <a class="qindex" href="files.html">File List</a>
| <a class="qindex" href="../index.html">GIL Home Page</a>
</div>
<!-- End Header -->
<!-- Generated by Doxygen 1.5.6 -->
<div class="contents">
<h1>Color Spaces<br>
<small>
[<a class="el" href="g_i_l_0129.html">Models</a>]</small>
</h1>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="g_i_l_0526.html">devicen_t&lt; 1 &gt;</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">unnamed color space of one channel <a href="g_i_l_0526.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="g_i_l_0527.html">devicen_t&lt; 2 &gt;</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">unnamed color space of two channels <a href="g_i_l_0527.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="g_i_l_0528.html">devicen_t&lt; 3 &gt;</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">unnamed color space of three channels <a href="g_i_l_0528.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="g_i_l_0529.html">devicen_t&lt; 4 &gt;</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">unnamed color space of four channels <a href="g_i_l_0529.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="g_i_l_0530.html">devicen_t&lt; 5 &gt;</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">unnamed color space of five channels <a href="g_i_l_0530.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g4936dfc51c0b5a3ad8db826c3e77e725"></a><!-- doxytag: member="ColorSpaceModel::cmyk_t" ref="g4936dfc51c0b5a3ad8db826c3e77e725" args="" -->
typedef mpl::vector4&lt; cyan_t, <br>
magenta_t, yellow_t, black_t &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><b>cmyk_t</b></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g8b05abbf2fc62c6db9d9e7b7f9663a0b"></a><!-- doxytag: member="ColorSpaceModel::gray_t" ref="g8b05abbf2fc62c6db9d9e7b7f9663a0b" args="" -->
typedef mpl::vector1<br>
&lt; gray_color_t &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><b>gray_t</b></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g50218e9d22c4225fa6ff361c55a374b0"></a><!-- doxytag: member="ColorSpaceModel::rgb_t" ref="g50218e9d22c4225fa6ff361c55a374b0" args="" -->
typedef mpl::vector3&lt; red_t, <br>
green_t, blue_t &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><b>rgb_t</b></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gce9694ec7176eb51b96c26ba4867bc80"></a><!-- doxytag: member="ColorSpaceModel::rgba_t" ref="gce9694ec7176eb51b96c26ba4867bc80" args="" -->
typedef mpl::vector4&lt; red_t, <br>
green_t, blue_t, alpha_t &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><b>rgba_t</b></td></tr>
</table>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat May 2 13:50:16 2009 for Generic Image Library by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>