📄 colorspace_8h.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>MiniGUI V1.6.10 API Reference: colorspace.h File Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.2 --><div class="qindex"><a class="qindex" href="index.htm">Main Page</a> | <a class="qindex" href="modules.htm">Modules</a> | <a class="qindex" href="classes.htm">Alphabetical List</a> | <a class="qindex" href="annotated.htm">Data Structures</a> | <a class="qindex" href="dirs.htm">Directories</a> | <a class="qindex" href="files.htm">File List</a> | <a class="qindex" href="functions.htm">Data Fields</a> | <a class="qindex" href="globals.htm">Globals</a> | <a class="qindex" href="pages.htm">Related Pages</a></div><div class="nav"><a class="el" href="dir_000000.htm">ext</a> / <a class="el" href="dir_000001.htm">include</a></div><h1>colorspace.h File Reference</h1><p><a href="colorspace_8h-source.htm">Go to the source code of this file.</a><h2>Functions</h2><ul><li>void <a class="el" href="group__mywins__colorspace.htm#ga0">RGB2HSV</a> (<a class="el" href="group__basic__types.htm#ga0">Uint8</a> r, <a class="el" href="group__basic__types.htm#ga0">Uint8</a> g, <a class="el" href="group__basic__types.htm#ga0">Uint8</a> b, <a class="el" href="group__basic__types.htm#ga2">Uint16</a> *hout, <a class="el" href="group__basic__types.htm#ga0">Uint8</a> *sout, <a class="el" href="group__basic__types.htm#ga0">Uint8</a> *vout)<dl class="el"><dd class="mdescRight">Converts r/g/b values of a color in RGB color space to h/s/v of the color in HSV color space. <a href="group__mywins__colorspace.htm#ga0"></a><br></dl><li>void <a class="el" href="group__mywins__colorspace.htm#ga1">HSV2RGB</a> (<a class="el" href="group__basic__types.htm#ga2">Uint16</a> hin, <a class="el" href="group__basic__types.htm#ga0">Uint8</a> sin, <a class="el" href="group__basic__types.htm#ga0">Uint8</a> vin, <a class="el" href="group__basic__types.htm#ga0">Uint8</a> *rout, <a class="el" href="group__basic__types.htm#ga0">Uint8</a> *gout, <a class="el" href="group__basic__types.htm#ga0">Uint8</a> *bout)<dl class="el"><dd class="mdescRight">Converts h/s/v values of a color to r/g/b values of the color. <a href="group__mywins__colorspace.htm#ga1"></a><br></dl><li>void <a class="el" href="group__mywins__colorspace.htm#ga2">YUV2RGB</a> (int y, int u, int v, <a class="el" href="group__basic__types.htm#ga0">Uint8</a> *r, <a class="el" href="group__basic__types.htm#ga0">Uint8</a> *g, <a class="el" href="group__basic__types.htm#ga0">Uint8</a> *b)<dl class="el"><dd class="mdescRight">Converts y/u/v values of a color in YUV color space to to r/g/b values of the color in RGB color space. <a href="group__mywins__colorspace.htm#ga2"></a><br></dl><li>MG_EXPORT void <a class="el" href="group__mywins__colorspace.htm#ga3">RGB2YUV</a> (<a class="el" href="group__basic__types.htm#ga0">Uint8</a> r, <a class="el" href="group__basic__types.htm#ga0">Uint8</a> g, <a class="el" href="group__basic__types.htm#ga0">Uint8</a> b, int *y, int *u, int *v)<dl class="el"><dd class="mdescRight">Converts r/g/b values of a color in RGB color space to y/u/v values of the color in YUV color space. <a href="group__mywins__colorspace.htm#ga3"></a><br></dl></ul><hr><a name="_details"></a><h2>Detailed Description</h2><dl compact><dt><b>Author:</b></dt><dd>Linxs <<a href="mailto:Linxs@minigui.net">Linxs@minigui.net</a>> </dd></dl><dl compact><dt><b>Date:</b></dt><dd>2004/6/16</dd></dl>This file includes interfaces of Color Selection Dialog Box.<p><div class="fragment"><pre class="fragment"> Copyright (C) 2002-2007 Feynman Software Copyright (C) 1998-2002 Wei Yongming All rights reserved by Feynman Software. This file is part of MiniGUI, a compact cross-platform Graphics User Interface (GUI) support system for real-time embedded systems. </pre></div> <p>Definition in file <a class="el" href="colorspace_8h-source.htm">colorspace.h</a>.<hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:51 2007 for MiniGUI V1.6.10 API Reference by <a href="http://www.doxygen.org/index.html"><img src="http://www.minigui.com/api_ref/1.6.10/doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -