Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > e442f25441021819b5294cada0f929c8 > files > 55

oyranos-devel-0.2.0-3.fc15.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
<meta name="keywords" content="Oyranos,Colour Management,Color Management,ICC,CMS,C,doxygen,API,documentation"/>
<meta name="description" content="C source code API documentation for the Oyranos project."/>
<title>Oyranos: oyranos_icc.c File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>

<table class="title">
<tr>
<td class='logo' rowspan="2"><a href='http://www.oyranos.org'><img src='oyranos_logo.png' alt="Oyranos Icon linux/BSD/Unix/osX" border="0"/></a></td>
<td>Oyranos Colour Management System API</td>
</tr>
</table>
<!-- Generated by Doxygen 1.7.3 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#func-members">Functions</a>  </div>
  <div class="headertitle">
<h1>oyranos_icc.c File Reference</h1>  </div>
</div>
<div class="contents">
<div class="textblock"><code>#include &quot;oyranos_alpha.h&quot;</code><br/>
<code>#include &quot;oyranos_helper.h&quot;</code><br/>
<code>#include &quot;<a class="el" href="oyranos__icc_8h.html">oyranos_icc.h</a>&quot;</code><br/>
<code>#include &quot;oyranos_i18n.h&quot;</code><br/>
<code>#include &quot;oyranos_io.h&quot;</code><br/>
<code>#include &quot;oyranos_texts.h&quot;</code><br/>
<code>#include &lt;dlfcn.h&gt;</code><br/>
<code>#include &lt;math.h&gt;</code><br/>
</div><table class="memberdecls">
<tr><td colspan="2"><h2><a name="func-members"></a>
Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__icc__low.html#ga5cff311f48c2d87cfcf2bbdb10665e31">oyICCColourSpaceGetChannelCount</a> (icColorSpaceSignature color)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">number of channels in a colour space  <a href="group__icc__low.html#ga5cff311f48c2d87cfcf2bbdb10665e31"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__icc__low.html#gacb5de202d8bfd62ce11cb0d4742f7706">oyICCColourSpaceGetName</a> (icColorSpaceSignature sig)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">name of a colour space  <a href="group__icc__low.html#gacb5de202d8bfd62ce11cb0d4742f7706"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const oyChar *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__icc__low.html#ga1c258d2fb1912e312bd5d9450cc6e6cd">oyICCColourSpaceGetChannelName</a> (icColorSpaceSignature sig, int pos, int type)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">channel names of a colour space  <a href="group__icc__low.html#ga1c258d2fb1912e312bd5d9450cc6e6cd"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">oyCHANNELTYPE_e&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__icc__low.html#ga56bf1cb562dd0bb1e206af5be8c8d17b">oyICCColourSpaceToChannelLayout</a> (icColorSpaceSignature sig, int pos)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">describe a channels characteristic  <a href="group__icc__low.html#ga56bf1cb562dd0bb1e206af5be8c8d17b"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const oyChar *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__icc__low.html#gafecd3142e19db0a4cb5aa7090eb9b7d0">oyICCTagDescription</a> (icTagSignature sig)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">get tag description  <a href="group__icc__low.html#gafecd3142e19db0a4cb5aa7090eb9b7d0"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const oyChar *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__icc__low.html#ga95ebaa0e79121e6c6b9ae12d7df11bb6">oyICCTagName</a> (icTagSignature sig)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">get tag ~4 char name  <a href="group__icc__low.html#ga95ebaa0e79121e6c6b9ae12d7df11bb6"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const oyChar *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__icc__low.html#ga7c850c17196da731913d55912f36d0d0">oyICCDeviceClassDescription</a> (icProfileClassSignature sig)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">get the ICC profile icProfileClassSignature description  <a href="group__icc__low.html#ga7c850c17196da731913d55912f36d0d0"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const oyChar *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__icc__low.html#ga369457f63dd3462149fdf7388312c0c4">oyICCPlatformDescription</a> (icPlatformSignature platform)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">get the ICC profile platform description  <a href="group__icc__low.html#ga369457f63dd3462149fdf7388312c0c4"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const oyChar *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__icc__low.html#ga1d5bd70a95d6bd5e355acb9f718e1dbc">oyICCTagTypeName</a> (icTagTypeSignature sig)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">get tag type ~4 char name  <a href="group__icc__low.html#ga1d5bd70a95d6bd5e355acb9f718e1dbc"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const oyChar *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__icc__low.html#ga706a572dfd36f8e37170e14c17fd769e">oyICCTechnologyDescription</a> (icTechnologySignature sig)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">get ICC profile icTechnologySignature description  <a href="group__icc__low.html#ga706a572dfd36f8e37170e14c17fd769e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const oyChar *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__icc__low.html#ga71c1ac82c97203fa3e9904c331f7e095">oyICCChromaticityColorantDescription</a> (icSignature sig)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">get ICC profile Chromaticity Colorant description  <a href="group__icc__low.html#ga71c1ac82c97203fa3e9904c331f7e095"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const oyChar *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__icc__low.html#gafe57388a2b4130e99d73260e5ad2154b">oyICCIlluminantDescription</a> (icIlluminant sig)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">get ICC profile illuminant description  <a href="group__icc__low.html#gafe57388a2b4130e99d73260e5ad2154b"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const oyChar *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__icc__low.html#ga50649cd0b5f6c1bc3ff60542c1a1331b">oyICCStandardObserverDescription</a> (icStandardObserver sig)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">get ICC profile Standard Observer description  <a href="group__icc__low.html#ga50649cd0b5f6c1bc3ff60542c1a1331b"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const oyChar *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__icc__low.html#gace04c7353a083bee3fb416940661ad5d">oyICCMeasurementGeometryDescription</a> (icMeasurementGeometry sig)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">get ICC profile Measurement Geometry description  <a href="group__icc__low.html#gace04c7353a083bee3fb416940661ad5d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const oyChar *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__icc__low.html#ga46bf8135da8f86bc07e0f12a01c4a69e">oyICCMeasurementFlareDescription</a> (icMeasurementFlare sig)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">get ICC profile Measurement Flare description  <a href="group__icc__low.html#ga46bf8135da8f86bc07e0f12a01c4a69e"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Oyranos is an open source Colour Management System</p>
<dl class="user"><dt><b>Copyright:</b></dt><dd>2004-2010 (C) Kai-Uwe Behrmann </dd></dl>
</div></div>
<hr>
<p class="footer">
Generated on Wed Feb 9 2011 05:26:21 for <a href="http://www.oyranos.org">Oyranos</a> by
<a href="http://www.doxygen.org"><img src="doxygen.png" alt="Doxygen"
align="middle" border="0"/>1.7.3</a><br/>
Copyright &copy; 2004-2009 Kai-Uwe Behrmann and others.
All Rights Reserved.</p>

<hr>
<!--#include virtual="/attrib.incl" -->

</body>
</html>